mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
cleans run directory post run and leaves copy of wally-config
This commit is contained in:
parent
e92ccad94f
commit
331ae6fffb
@ -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
|
||||
|
@ -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/}
|
||||
|
Loading…
Reference in New Issue
Block a user