mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
The if(str == node->str) is in fact necessary (otherwise causes generate for in Multiplier_2D in tests/simple/multiplier.v to fail with error message "Right hand side of 3rd expression of generate for-loop is not constant!"). Note: in PeterCrozier's implementation, the break only breaks out of the switch-case, not the outer for loop. |
||
---|---|---|
.. | ||
ast.cc | ||
ast.h | ||
dpicall.cc | ||
genrtlil.cc | ||
Makefile.inc | ||
simplify.cc |