mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
make clean rm extra files
This commit is contained in:
parent
9685a37a5f
commit
f458deaf00
@ -5,8 +5,8 @@ NAME := synth
|
||||
|
||||
# defaults
|
||||
export DESIGN ?= wallypipelinedcore
|
||||
export FREQ ?= 4000
|
||||
export CONFIG ?= rv64gc
|
||||
export FREQ ?= 3402
|
||||
export CONFIG ?= rv32e
|
||||
# sky130 and sky90 presently supported
|
||||
export TECH ?= tsmc28
|
||||
# MAXCORES allows parallel compilation, which is faster but less CPU-efficient
|
||||
@ -126,6 +126,8 @@ clean:
|
||||
rm -f command.log
|
||||
rm -f filenames*.log
|
||||
rm -f power.saif
|
||||
rm -f Synopsys_stack_trace_*.txt
|
||||
rm -f crte_*.txt
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
make clean
|
||||
mv runs runArchive/$(date +"%Y_%m_%d_%I_%M_%p")
|
||||
mv newRuns runs
|
||||
mkdir newRuns
|
||||
|
Loading…
Reference in New Issue
Block a user