Files
yosys/docs/source/code_examples/macro_commands/opt.ys
T

16 lines
292 B
Plaintext
Raw Normal View History

2024-01-24 09:56:00 +13:00
#start: passes in the following order:
#end: When called with -fast
opt_expr
opt_merge -nomux
do
opt_muxtree
opt_reduce
opt_merge
opt_share (-full only)
opt_dff (except when called with -noff)
2025-07-04 17:57:00 +02:00
opt_hier (-hier only)
2024-01-24 09:56:00 +13:00
opt_clean
opt_expr
while <changed design>