project directories reorganization

This commit is contained in:
Blaise Tine
2020-04-14 06:35:20 -04:00
parent 1de06fd9c0
commit fc155e1223
1056 changed files with 8120 additions and 8120 deletions

33
hw/syn/synopsys/Makefile Normal file
View File

@@ -0,0 +1,33 @@
SCRIPT_DIR=./scripts
all: dc
#syn:
#dc_shell-t -f esyn.tcl 2>&1 | tee vortex_syn.log
#dc_shell -f esyn.tcl 2>&1 | tee vortex_syn.log
#dc_shell -f $(SCRIPT_DIR)/dc/dc_script.tcl
dc:
rm -rf rpt
mkdir rpt
dc_shell -f esyn.tcl 2>&1 | tee vortex_syn.log
clean:
rm -f simv
rm -f *.vcd
rm -f *.key
rm -rf csrc/
rm -rf *.rpt
rm -rf *.log
rm -rf *.svf
rm -rf *.ddc
rm -rf results_synthesized.v
rm -rf results_synthesized.sdc
rm -rf alib-52/
rm -rf rpt/
rm -rf simv.daidir/
rm -rf encounter*
rm -rf ./synth_out