3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 18:31:51 +00:00
yosys/passes
Dag Lem c4c68e8d86 Fix crash in flowmap
In 2fcc1ee72e, the following is apparantly added in order to mark any
number of undefined LUT inputs:

lut_a.append(RTLIL::Const(State::Sx, minlut - input_nodes.size()));

However this can only be done if the number of input nodes is less
than minlut.

This fixes #3317
2022-09-20 14:31:19 +02:00
..
cmds Merge pull request #3449 from YosysHQ/aki/show_pathrw 2022-08-25 17:06:29 +02:00
equiv Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
fsm Add the $anyinit cell and the formalff pass 2022-08-16 13:37:30 +02:00
hierarchy Makes sure to set initial_top when change, fixes #3462 2022-08-26 17:12:56 +02:00
memory Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
opt Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
pmgen Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
proc proc_rom: Add special handling of const-0 address bits. 2022-05-18 17:32:30 +02:00
sat Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
techmap Fix crash in flowmap 2022-09-20 14:31:19 +02:00
tests Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00