mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Added make clean to fpga IP generator.
This commit is contained in:
parent
1117b90f40
commit
7f52d86980
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -36,3 +36,4 @@ tests/linux-testgen/buildroot-config-src/busybox.config.old
|
|||
wally-pipelined/regression/slack-notifier/slack-webhook-url.txt
|
||||
wally-pipelined/regression/logs
|
||||
fpga/generator/IP
|
||||
fpga/generator/vivado.*
|
||||
|
|
|
@ -10,3 +10,6 @@ $(dst)/%.log: %.tcl
|
|||
mkdir -p IP
|
||||
cd IP;\
|
||||
vivado -mode batch -source ../$*.tcl | tee $*.log
|
||||
|
||||
clean:
|
||||
rm -rf IP vivado.jou vivado.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue