3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-27 06:26:36 +00:00
yosys/passes/techmap
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
..
abc.cc Fix tmpdir naming when passing -nocleanup option to abc(9) on systems where base_tmpdir isn't /tmp/ 2022-09-13 19:30:40 +02:00
abc9.cc Fix tmpdir naming when passing -nocleanup option to abc(9) on systems where base_tmpdir isn't /tmp/ 2022-09-13 19:30:40 +02:00
abc9_exe.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
abc9_ops.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
aigmap.cc
alumacc.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
attrmap.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
attrmvcp.cc
bmuxmap.cc Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00
clkbufmap.cc
deminout.cc
demuxmap.cc Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00
dffinit.cc
dfflegalize.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
dfflibmap.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
dffunmap.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
extract.cc Add v2 memory cells. 2021-08-11 13:34:10 +02:00
extract_counter.cc
extract_fa.cc
extract_reduce.cc Change implicit conversions from bool to Sig* to explicit. 2021-10-21 20:20:31 +02:00
extractinv.cc
filterlib.cc
flatten.cc flatten: Keep sigmap around between flatten_cell invocations. 2021-11-02 13:18:15 +01:00
flowmap.cc Fix crash in flowmap 2022-09-20 14:31:19 +02:00
hilomap.cc
insbuf.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
iopadmap.cc iopadmap: Fix z assignment removal. 2022-06-07 04:10:50 +02:00
libparse.cc
libparse.h
lut2mux.cc
maccmap.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
Makefile.inc Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00
muxcover.cc
nlutmap.cc
pmuxtree.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
shregmap.cc
simplemap.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
simplemap.h
techmap.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
tribuf.cc tribuf: -formal option: convert all to logic and detect conflicts 2022-04-12 12:46:22 +02:00
zinit.cc