1
0
mirror of synced 2026-01-20 18:08:09 +00:00
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
..
2022-01-28 23:34:41 +01:00
2022-01-28 23:34:41 +01:00
2021-06-09 12:44:37 +02:00
2021-08-11 13:34:10 +02:00
2022-09-20 14:31:19 +02:00
2021-06-09 12:44:37 +02:00
2022-01-28 23:34:41 +01:00
2021-10-02 03:24:57 +02:00
2021-10-07 04:24:06 +02:00