cleans run directory post run and leaves copy of wally-config

This commit is contained in:
Madeleine Masser-Frye 2023-01-28 01:59:08 +00:00
parent e92ccad94f
commit 331ae6fffb
2 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,7 @@ mkdirecs:
@mkdir -p $(OUTPUTDIR)/mapped
@mkdir -p $(OUTPUTDIR)/unmapped
synth: mkdirecs configs rundc #clean TODO
synth: mkdirecs configs rundc clean
rundc:
dc_shell-xg-t -64bit -f scripts/$(NAME).tcl | tee $(OUTPUTDIR)/$(NAME).out

View File

@ -25,6 +25,7 @@ set maxopt $::env(MAXOPT)
set drive $::env(DRIVE)
eval file copy -force $cfg {$outputDir/hdl/}
eval file copy -force $cfg {$outputDir/}
eval file copy -force [glob ${hdl_src}/../config/shared/*.vh] {$outputDir/hdl/}
eval file copy -force [glob ${hdl_src}/*/*.sv] {$outputDir/hdl/}
eval file copy -force [glob ${hdl_src}/*/*/*.sv] {$outputDir/hdl/}