mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +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)
|
||||
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
|
||||
endif
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/bash
|
||||
rm -r runs/*
|
||||
# rm -r runs/*
|
||||
make clean
|
||||
make del
|
||||
make freqs TECH=$1
|
||||
|
Loading…
Reference in New Issue
Block a user