[Flow] bug fix

This commit is contained in:
tangxifan 2021-10-30 16:52:32 -07:00
parent c8e9dfbeda
commit 7455990ead
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ opt_clean
######################### #########################
memory_bram -rules ${YOSYS_BRAM_MAP_RULES} memory_bram -rules ${YOSYS_BRAM_MAP_RULES}
techmap -map ${YOSYS_BRAM_MAP_VERILOG} techmap -map ${YOSYS_BRAM_MAP_VERILOG}
opt -fast -mux_undef -undriven -fine opt -fast -mux_undef -undriven -fine -nodffe -nosdff
memory_map memory_map
opt -undriven -fine opt -undriven -fine -nodffe -nosdff
######################### #########################
# Map flip-flops # Map flip-flops