[Script] Update yosys script using BRAMs
This commit is contained in:
parent
fdfbdc4613
commit
dd46780865
|
@ -27,9 +27,6 @@ opt_clean
|
||||||
deminout
|
deminout
|
||||||
opt
|
opt
|
||||||
|
|
||||||
#########################
|
|
||||||
# Run coarse synthesis
|
|
||||||
#########################
|
|
||||||
opt_expr
|
opt_expr
|
||||||
opt_clean
|
opt_clean
|
||||||
check
|
check
|
||||||
|
@ -38,8 +35,13 @@ wreduce -keepdc
|
||||||
peepopt
|
peepopt
|
||||||
pmuxtree
|
pmuxtree
|
||||||
opt_clean
|
opt_clean
|
||||||
|
|
||||||
|
#########################
|
||||||
|
# Run coarse synthesis
|
||||||
|
#########################
|
||||||
# Extract arithmetic functions
|
# Extract arithmetic functions
|
||||||
alumacc
|
alumacc
|
||||||
|
share
|
||||||
opt
|
opt
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue