removed duplicate yosys script

This commit is contained in:
Andrew Pond 2021-07-21 08:09:20 -06:00
parent 805053f4be
commit 60ac09d315
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ opt -fast
memory -nomap
opt_clean
#########################
# Map muxes to pmuxes
#########################
techmap -map +/pmux2mux.v
#########################
# Map flip-flops
#########################