Appendix B: VHDL Reference Tables 443
Table B-6
Literal Type ExampleDecimal Integer 5203E3 --equals 30001_000_000 --equals 1 millionDecimal Real 52.00.0.1781.222_333Decimal Real with Exponent 1.2E+104.6E-9Based Integer 16#FF# --equals 2558#777# --equals 5112#1101_0101# --equals 21316#FF#E1 --equals 4080Based Real 2#11.11#16#AB.CD#E+28#77.66#E-10Character 'a''*'' ' --the space characterString “this is a string”" " --empty string“ABC”& “CDE”--concatenationBit String X”FFEF”O” 770770 ”B”1111_0000_1111”