mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
Add fpga cleanup to make clean target (#789)
This commit is contained in:
parent
7b916d7ee3
commit
44a89b9cd4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -779,6 +779,7 @@ clean:
|
|||
rm -rf $(riscv-torture-dir)/output/test*
|
||||
rm -rf $(library)/ $(dpi-library)/ $(ver-library)/ $(vcs-library)/
|
||||
rm -f tmp/*.ucdb tmp/*.log *.wlf *vstf wlft* *.ucdb
|
||||
cd corev_apu/fpga && make clean && cd ../..
|
||||
|
||||
.PHONY:
|
||||
build sim sim-verilate clean \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue