mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-23 02:19:47 +00:00
Move clean for tests in proper Makefile
This commit is contained in:
parent
c99855535a
commit
5494000fd7
2 changed files with 11 additions and 9 deletions
|
|
@ -103,3 +103,13 @@ endif
|
|||
endif
|
||||
@echo ""
|
||||
|
||||
clean:
|
||||
rm -rf ./asicworld/*.out ./asicworld/*.log
|
||||
rm -rf ./hana/*.out ./hana/*.log
|
||||
rm -rf ./simple/*.out ./simple/*.log
|
||||
rm -rf ./memories/*.out ./memories/*.log ./memories/*.dmp
|
||||
rm -rf ./sat/*.log ./techmap/*.log ./various/*.log
|
||||
rm -rf ./bram/temp ./fsm/temp ./realmath/temp ./share/temp ./smv/temp ./various/temp
|
||||
rm -f ./svinterfaces/*.log_stdout ./svinterfaces/*.log_stderr ./svinterfaces/dut_result.txt ./svinterfaces/reference_result.txt ./svinterfaces/a.out ./svinterfaces/*_syn.v ./svinterfaces/*.diff
|
||||
rm -f ./tools/cmp_tbdata
|
||||
rm -f $(addsuffix /run-test.mk,$(MK_TEST_DIRS))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue