Skip to content

Commit

Permalink
Add fpga cleanup to make clean target (openhwgroup#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskuster authored Jan 14, 2022
1 parent 7b916d7 commit 44a89b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 44a89b9

Please sign in to comment.