[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}
|
techmap -D NO_LUT -map ${YOSYS_DFF_MAP_VERILOG}
|
||||||
|
|
||||||
# Synthesis
|
# Synthesis
|
||||||
|
flatten
|
||||||
opt_expr
|
opt_expr
|
||||||
opt_clean
|
opt_clean
|
||||||
check
|
check
|
||||||
|
|
|
@ -8,6 +8,7 @@ proc
|
||||||
techmap -D NO_LUT -map +/adff2dff.v
|
techmap -D NO_LUT -map +/adff2dff.v
|
||||||
|
|
||||||
# Synthesis
|
# Synthesis
|
||||||
|
flatten
|
||||||
opt_expr
|
opt_expr
|
||||||
opt_clean
|
opt_clean
|
||||||
check
|
check
|
||||||
|
|
|
@ -8,6 +8,7 @@ proc
|
||||||
techmap -D NO_LUT -map +/adff2dff.v
|
techmap -D NO_LUT -map +/adff2dff.v
|
||||||
|
|
||||||
# Synthesis
|
# Synthesis
|
||||||
|
flatten
|
||||||
opt_expr
|
opt_expr
|
||||||
opt_clean
|
opt_clean
|
||||||
check
|
check
|
||||||
|
|
Loading…
Reference in New Issue