[Flow] Enable flatten for dff-related yosys scripts

This commit is contained in:
tangxifan 2021-10-30 15:12:34 -07:00
parent ad5cce0ae8
commit e6cc3c4942
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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