mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-07 04:19:56 +02:00
docs: fix examples to match new check sequencing
This commit is contained in:
@@ -5,11 +5,12 @@ begin:
|
||||
|
||||
coarse:
|
||||
proc [-ifx]
|
||||
check
|
||||
flatten (if -flatten)
|
||||
future
|
||||
opt_expr -keepdc
|
||||
opt_clean
|
||||
check
|
||||
opt_clean
|
||||
opt -noff -keepdc
|
||||
wreduce -keepdc [-memx]
|
||||
memory_dff (if -rdff)
|
||||
|
||||
@@ -13,8 +13,8 @@ flatten:
|
||||
|
||||
coarse:
|
||||
opt_expr
|
||||
opt_clean
|
||||
check
|
||||
opt_clean
|
||||
opt -nodffe -nosdff
|
||||
fsm
|
||||
opt
|
||||
|
||||
Reference in New Issue
Block a user