yosys/frontends
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
..
aiger read_aiger: $lut prefix in front 2020-01-15 14:31:32 -08:00
ast fix bug introduced by not taking all of PeterCrozier's changes in 16ea4ea6 2020-01-17 02:07:42 -05:00
blif Fix parsing of .cname BLIF statements 2019-10-16 09:06:57 +02:00
ilang read_ilang: do bounds checking on bit indices 2019-11-27 22:24:39 +01:00
json Update JSON front-end to process new attr/param encoding 2019-08-01 12:48:22 +02:00
liberty Fix typo, double "of" 2019-07-16 11:03:30 +02:00
rpc Fixes for MSVC build 2019-10-04 16:29:46 +02:00
verific Send people to symbioticeda.com instead of verific.com 2019-12-18 13:06:34 +01:00
verilog lexer doesn't seem to return TOK_REG for logic anymore 2020-01-16 18:08:58 -05:00