[Flow] Enable flatten for dff-related yosys scripts
This commit is contained in:
parent
ad5cce0ae8
commit
e6cc3c4942
|
@ -10,6 +10,7 @@ proc
|
|||
techmap -D NO_LUT -map ${YOSYS_DFF_MAP_VERILOG}
|
||||
|
||||
# Synthesis
|
||||
flatten
|
||||
opt_expr
|
||||
opt_clean
|
||||
check
|
||||
|
|
|
@ -8,6 +8,7 @@ proc
|
|||
techmap -D NO_LUT -map +/adff2dff.v
|
||||
|
||||
# Synthesis
|
||||
flatten
|
||||
opt_expr
|
||||
opt_clean
|
||||
check
|
||||
|
|
|
@ -8,6 +8,7 @@ proc
|
|||
techmap -D NO_LUT -map +/adff2dff.v
|
||||
|
||||
# Synthesis
|
||||
flatten
|
||||
opt_expr
|
||||
opt_clean
|
||||
check
|
||||
|
|
Loading…
Reference in New Issue