iverilog/tgt-vhdl
Cary R 0ad589eaca V0.9: Improve the out of range check in tgt-vhdl/stmt.cc
Promote the unsigned values to long to get a good comparison and on a
machine where an unsigned is the same size as a long (32 bit) assert
that the unsigned values are constrained to fit into a long. It's unlikely
the values needed to create invalid results would ever happen, but this
patch makes sure it doesn't go undetected.
2011-10-25 19:05:21 -07:00
..
vhpi Move the VHDL support package 2008-07-07 15:36:13 +01:00
Makefile.in V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
cast.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
display.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
expr.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
logic.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
lpm.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
process.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
scope.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
state.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
state.hh Handle generate scopes with signals in VHDL target 2009-09-03 18:16:35 -07:00
stmt.cc V0.9: Improve the out of range check in tgt-vhdl/stmt.cc 2011-10-25 19:05:21 -07:00
support.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
support.hh V0.9: Fix spacing issues 2011-03-08 19:21:56 -08: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 V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
vhdl_config.h.in Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 11:27:16 -07:00
vhdl_element.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl_element.hh V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl_helper.hh V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl_syntax.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl_syntax.hh V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl_target.h V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl_type.cc V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00
vhdl_type.hh V0.9: Fix spacing issues 2011-03-08 19:21:56 -08:00