3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00
yosys/frontends/ast
Jeff Wang 98c6bd7630 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.
2020-01-17 02:07:42 -05:00
..
ast.cc partial rebase of PeterCrozier's enum work onto current master 2020-01-16 13:51:47 -05:00
ast.h partial rebase of PeterCrozier's enum work onto current master 2020-01-16 13:51:47 -05:00
dpicall.cc Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
genrtlil.cc partial rebase of PeterCrozier's enum work onto current master 2020-01-16 13:51:47 -05:00
Makefile.inc Added Verilog/AST support for DPI functions (dpi_call() still unimplemented) 2014-08-21 12:43:51 +02:00
simplify.cc fix bug introduced by not taking all of PeterCrozier's changes in 16ea4ea6 2020-01-17 02:07:42 -05:00