[Flow] Add comments to clarify the limitations
This commit is contained in:
parent
7f999d03c6
commit
0d14aa4cb8
|
@ -45,6 +45,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
|
||||||
|
# FIXME: In Yosys v0.10, when options '-nodffe' and '-nosdff' is on, some dual-port ram cannot be inferred correctly
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue