mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-09 05:05:25 +00:00
remove run deletion with wally synthesis
This commit is contained in:
parent
dfae71066e
commit
59a514ae81
@ -1 +1 @@
|
|||||||
Subproject commit be67c99bd461742aa1c100bcc0732657faae2230
|
Subproject commit 307c77b26e070ae85ffea665ad9b642b40e33c86
|
@ -29,7 +29,7 @@ k = 3 6
|
|||||||
|
|
||||||
ifeq ($(TECH), sky130)
|
ifeq ($(TECH), sky130)
|
||||||
FREQS = 25 50 100 150 200 250 300 350 400
|
FREQS = 25 50 100 150 200 250 300 350 400
|
||||||
else
|
else ifeq ($(TECH), sky90)
|
||||||
FREQS = 500 550 600 650 700 750 800 850 900 950 1000
|
FREQS = 500 550 600 650 700 750 800 850 900 950 1000
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
rm -r runs/*
|
# rm -r runs/*
|
||||||
make clean
|
make clean
|
||||||
make del
|
make del
|
||||||
make freqs TECH=$1
|
make freqs TECH=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user