[Script] Update yosys script using BRAMs

This commit is contained in:
tangxifan 2021-04-27 21:44:27 -06:00
parent fdfbdc4613
commit dd46780865
1 changed files with 5 additions and 3 deletions

View File

@ -27,9 +27,6 @@ opt_clean
deminout
opt
#########################
# Run coarse synthesis
#########################
opt_expr
opt_clean
check
@ -38,8 +35,13 @@ wreduce -keepdc
peepopt
pmuxtree
opt_clean
#########################
# Run coarse synthesis
#########################
# Extract arithmetic functions
alumacc
share
opt
fsm
# Run a quick follow-up optimization to sweep out unused nets/signals