3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-04 04:30:24 +00:00
yosys/passes
Marcelina Kościelnicka 436d42c00c opt_expr: Propagate constants to port connections.
This adds one simple piece of functionality to opt_expr: when a cell
port is connected to a fully-constant signal (as determined by sigmap),
the port is reconnected directly to the constant value.  This is just
enough optimization to fix the "non-constant $meminit input" problem
without requiring a full opt_clean or a separate pass.
2021-07-27 20:44:26 +02:00
..
cmds
equiv
fsm
hierarchy Use new read_id_num helper function elsewhere in hierarchy.cc 2021-07-20 10:13:15 -04:00
memory
opt opt_expr: Propagate constants to port connections. 2021-07-27 20:44:26 +02:00
pmgen
proc Delete unused found_init variable 2021-07-14 10:19:07 +01:00
sat
techmap
tests