Add fpga cleanup to make clean target (#789)

This commit is contained in:
Andreas Kuster 2022-01-14 15:00:57 +01:00 committed by GitHub
parent 7b916d7ee3
commit 44a89b9cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \