diff options
author | Dag Lem <dag@nimrod.no> | 2022-09-20 14:30:12 +0200 |
---|---|---|
committer | Dag Lem <dag@nimrod.no> | 2022-09-20 14:31:19 +0200 |
commit | c4c68e8d860664d2b5c62f31f46ce1a24e222b86 (patch) | |
tree | b55f7caa19ec06de3b00f31fc04fd70c9e52dddb /passes/techmap/dffinit.cc | |
parent | a217450524e21222d8d32bd448f1ea2291685258 (diff) | |
download | yosys-c4c68e8d860664d2b5c62f31f46ce1a24e222b86.tar.gz yosys-c4c68e8d860664d2b5c62f31f46ce1a24e222b86.tar.bz2 yosys-c4c68e8d860664d2b5c62f31f46ce1a24e222b86.zip |
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
Diffstat (limited to 'passes/techmap/dffinit.cc')
0 files changed, 0 insertions, 0 deletions