iverilog/tgt-vhdl
Nick Gasson 3cc2018346 Emit VHDL hex constants for some unsigned bits strings
This patch changes the output of VHDL unsigned bit strings
which are 4, 8, 16, 32, or 64 bits to use VHDL hex string
constants.

So the following:
  "00000001"
Becomes
  X"01"

Which is much easier to read
2009-01-22 17:39:41 -08:00
..
vhpi Move the VHDL support package 2008-07-07 15:36:13 +01:00
Makefile.in Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
cast.cc Emit VHDL hex constants for some unsigned bits strings 2009-01-22 17:39:41 -08:00
display.cc Shadow reduction part 4 2008-10-30 21:46:44 -07:00
expr.cc Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
logic.cc Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
lpm.cc Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
process.cc Clean up VHDL debug messages 2009-01-17 09:19:58 -08:00
scope.cc Fix VHDL bug where input may be driven by input 2009-01-22 17:38:38 -08:00
state.cc Improve memory management in VHDL target 2009-01-18 16:42:10 -08:00
state.hh Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
stmt.cc Fix regression of always3.1.8A with VHDL target 2009-01-19 19:54:56 -08:00
support.cc Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
support.hh Tidy up reduction functions in support.cc 2008-09-13 18:20:12 +01:00
vhdl-s.conf Cary R.'s additional system functions, real value error messages, etc. 2008-09-06 12:06:01 +01:00
vhdl.cc Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
vhdl.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
vhdl_config.h.in Makefile and autoconf changes to build VHDL code generator 2008-05-28 17:17:39 +01:00
vhdl_element.cc Improve memory management in VHDL target 2009-01-18 16:42:10 -08:00
vhdl_element.hh Improve memory management in VHDL target 2009-01-18 16:42:10 -08:00
vhdl_helper.hh Improve memory management in VHDL target 2009-01-18 16:42:10 -08:00
vhdl_syntax.cc Emit VHDL hex constants for some unsigned bits strings 2009-01-22 17:39:41 -08:00
vhdl_syntax.hh Emit VHDL hex constants for some unsigned bits strings 2009-01-22 17:39:41 -08:00
vhdl_target.h Move VHDL global state management to a single file 2009-01-17 09:19:58 -08:00
vhdl_type.cc Generate VHDL array type declarations of Verilog arrays 2008-07-17 13:08:55 +01:00
vhdl_type.hh Generate VHDL array type declarations of Verilog arrays 2008-07-17 13:08:55 +01:00