remove run deletion with wally synthesis

This commit is contained in:
Madeleine Masser-Frye 2022-06-17 19:45:38 +00:00
parent dfae71066e
commit 59a514ae81
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit be67c99bd461742aa1c100bcc0732657faae2230
Subproject commit 307c77b26e070ae85ffea665ad9b642b40e33c86

View File

@ -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

View File

@ -1,5 +1,5 @@
#!/usr/bin/bash
rm -r runs/*
# rm -r runs/*
make clean
make del
make freqs TECH=$1