removed duplicate yosys script
This commit is contained in:
parent
805053f4be
commit
60ac09d315
|
@ -66,6 +66,12 @@ opt -fast
|
||||||
memory -nomap
|
memory -nomap
|
||||||
opt_clean
|
opt_clean
|
||||||
|
|
||||||
|
|
||||||
|
#########################
|
||||||
|
# Map muxes to pmuxes
|
||||||
|
#########################
|
||||||
|
techmap -map +/pmux2mux.v
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
# Map flip-flops
|
# Map flip-flops
|
||||||
#########################
|
#########################
|
Loading…
Reference in New Issue