[Flow] bug fix in BRAM-oriented yosys scripts
This commit is contained in:
parent
be47e78289
commit
6277234125
|
@ -61,7 +61,7 @@ share
|
|||
opt -nodffe -nosdff
|
||||
fsm
|
||||
# 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
|
||||
memory -nomap
|
||||
opt_clean
|
||||
|
|
|
@ -61,7 +61,7 @@ share
|
|||
opt -nodffe -nosdff
|
||||
fsm
|
||||
# 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
|
||||
memory -nomap
|
||||
opt_clean
|
||||
|
|
|
@ -45,7 +45,7 @@ share
|
|||
opt -nodffe -nosdff
|
||||
fsm
|
||||
# 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
|
||||
memory -nomap
|
||||
opt_clean
|
||||
|
|
Loading…
Reference in New Issue