iverilog/tgt-stub
Stephen Williams 37723698dc Handle non-real operands to real division.
This handles the general case of a non-real operand to a real-valued
division. This can turn up if only 1 operand of a divide is real. In
this case the division as a whole is real and the other operand must
be cast to real.

This method creates an extra node, but it should be a very compact
node and this node does no evaluation tricks so in the run time should
be no more expensive then folding the cast into the .arith/div.r itself.
2008-06-17 17:07:19 -07:00
..
.cvsignore Configure for stub. 2006-04-10 03:07:07 +00:00
Makefile.in Merge branch 'master' into verilog-ams 2008-05-23 21:23:16 -07:00
configure.in Spelling fixes (larry doolittle) 2007-02-26 19:49:48 +00:00
expression.c Properly pad results of function calls. 2008-05-09 15:25:42 -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 Use standard for printing uint64_t 2008-05-22 18:42:56 -07:00
stub-s.conf Install stub target. 2006-05-01 18:48:24 +00:00
stub.c Handle non-real operands to real division. 2008-06-17 17:07:19 -07:00
stub.conf Install stub target. 2006-05-01 18:48:24 +00:00
switches.c Got sense of tranvp wrong in connections to module ports. 2008-06-03 17:23:01 -07:00