diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-12-30 08:56:04 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-12-30 08:56:04 +0100 |
commit | 4d285e65d71ece770de8d21b506e37b874ee0850 (patch) | |
tree | 3f8e8d7a53549998c71c363027ef337808ac4248 /src/ghdldrv | |
parent | 17082aaf70426f2204b4259e45b1ca6e315bd439 (diff) | |
download | ghdl-4d285e65d71ece770de8d21b506e37b874ee0850.tar.gz ghdl-4d285e65d71ece770de8d21b506e37b874ee0850.tar.bz2 ghdl-4d285e65d71ece770de8d21b506e37b874ee0850.zip |
vhdl 2008: handle sized bit strings.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlprint.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 1ab1cad4c..d4e0f5f8a 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -434,6 +434,7 @@ package body Ghdlprint is | Tok_Comma .. Tok_Dot | Tok_Equal_Equal | Tok_Integer + | Tok_Integer_Letter | Tok_Real | Tok_Equal .. Tok_Slash | Tok_Invalid => |