[Flow] bug fix

This commit is contained in:
tangxifan 2021-10-30 16:09:31 -07:00
parent a4cfc84930
commit 27b82d1473
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ share
opt -nodffe -nosdff opt -nodffe -nosdff
fsm fsm
# Run a quick follow-up optimization to sweep out unused nets/signals # Run a quick follow-up optimization to sweep out unused nets/signals
opt -fast #-nodffe -nosdff opt -fast -nodffe -nosdff
# Optimize any memory cells by merging share-able ports and collecting all the ports belonging to memorcy cells # Optimize any memory cells by merging share-able ports and collecting all the ports belonging to memorcy cells
memory -nomap memory -nomap
opt_clean opt_clean

View File

@ -61,7 +61,7 @@ share
opt -nodffe -nosdff opt -nodffe -nosdff
fsm fsm
# Run a quick follow-up optimization to sweep out unused nets/signals # Run a quick follow-up optimization to sweep out unused nets/signals
opt -fast #-nodffe -nosdff opt -fast -nodffe -nosdff
# Optimize any memory cells by merging share-able ports and collecting all the ports belonging to memorcy cells # Optimize any memory cells by merging share-able ports and collecting all the ports belonging to memorcy cells
memory -nomap memory -nomap
opt_clean opt_clean