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
1b0516a863
commit
bb62ebc84f
@ -5,8 +5,8 @@ NAME := synth
|
|||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
export DESIGN ?= wallypipelinedcore
|
export DESIGN ?= wallypipelinedcore
|
||||||
export FREQ ?= 4000
|
export FREQ ?= 3402
|
||||||
export CONFIG ?= rv64gc
|
export CONFIG ?= rv32e
|
||||||
# sky130 and sky90 presently supported
|
# sky130 and sky90 presently supported
|
||||||
export TECH ?= tsmc28
|
export TECH ?= tsmc28
|
||||||
# MAXCORES allows parallel compilation, which is faster but less CPU-efficient
|
# MAXCORES allows parallel compilation, which is faster but less CPU-efficient
|
||||||
@ -126,6 +126,8 @@ clean:
|
|||||||
rm -f command.log
|
rm -f command.log
|
||||||
rm -f filenames*.log
|
rm -f filenames*.log
|
||||||
rm -f power.saif
|
rm -f power.saif
|
||||||
|
rm -f Synopsys_stack_trace_*.txt
|
||||||
|
rm -f crte_*.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
make clean
|
||||||
mv runs runArchive/$(date +"%Y_%m_%d_%I_%M_%p")
|
mv runs runArchive/$(date +"%Y_%m_%d_%I_%M_%p")
|
||||||
mv newRuns runs
|
mv newRuns runs
|
||||||
mkdir newRuns
|
mkdir newRuns
|
||||||
|
Loading…
Reference in New Issue
Block a user