iverilog/tgt-stub
Stephen Williams 873ed60ff8 Multiply of real values has width of 1.
When a multiply expression is IVL_VT_REAL, then the default width is
the width of the operands, and not the sum of the operands. In fact, it
should turn out to be 1.

Also, the width of the multiply expression when we get to the ivl_target
API, need not be the sum of the widths of its arguments. In fact, if the
arguments are signed, that would be completely wrong. So adjust the
stub target to properly test this constraint.
2008-09-25 20:33:29 -07:00
..
.cvsignore Configure for stub. 2006-04-10 03:07:07 +00:00
Makefile.in The -V flag gets version information from all parts. 2008-09-07 21:54:46 -07:00
configure.in Spelling fixes (larry doolittle) 2007-02-26 19:49:48 +00:00
expression.c Multiply of real values has width of 1. 2008-09-25 20:33:29 -07:00
memory.c Rearrange how memories are supported as vvp_vector4 arrays. 2005-03-03 04:33:10 +00:00
priv.h Bring switch information out to the ivl_target API. 2008-05-23 20:53:10 -07:00
statement.c Add some simple error checking. 2008-07-30 18:02:07 -07:00
stub-s.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
stub.c Be more explicit with the type matching rules. 2008-09-13 20:22:48 -07:00
stub.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
switches.c Got sense of tranvp wrong in connections to module ports. 2008-06-03 17:23:01 -07:00