diff options
author | Jeff Wang <jjj11x@gmail.com> | 2020-01-17 01:21:09 -0500 |
---|---|---|
committer | Jeff Wang <jeff.wang@utexas.edu> | 2020-01-17 02:07:42 -0500 |
commit | 98c6bd76306db8d0cb6428d1e60d132c965132ac (patch) | |
tree | 97ed60dfeeafa688cf7cfb3ddff0dba0e94f7252 /passes/hierarchy/hierarchy.cc | |
parent | 8ef5c7d48cc395535fe589d9798ad9985729b635 (diff) | |
download | yosys-98c6bd76306db8d0cb6428d1e60d132c965132ac.tar.gz yosys-98c6bd76306db8d0cb6428d1e60d132c965132ac.tar.bz2 yosys-98c6bd76306db8d0cb6428d1e60d132c965132ac.zip |
fix bug introduced by not taking all of PeterCrozier's changes in 16ea4ea6
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.
Diffstat (limited to 'passes/hierarchy/hierarchy.cc')
0 files changed, 0 insertions, 0 deletions