Rename "testbench_vcd" make target to "test_vcd", remove "view"

This commit is contained in:
Clifford Wolf 2017-03-12 10:59:22 +01:00
parent f33ddd3654
commit ce862f09f5
1 changed files with 2 additions and 5 deletions

View File

@ -13,12 +13,9 @@ COMPRESSED_ISA = C
test: testbench.vvp firmware/firmware.hex
vvp -N testbench.vvp
testbench_vcd: testbench.vvp firmware/firmware.hex
test_vcd: testbench.vvp firmware/firmware.hex
vvp -N $< +vcd +trace +noerror
view: testbench_vcd
gtkwave $< testbench.gtkw
check: check-yices
check-%: check.smt2
@ -136,5 +133,5 @@ clean:
firmware/firmware.elf firmware/firmware.bin firmware/firmware.hex firmware/firmware.map \
testbench.vvp testbench_sp.vvp testbench_synth.vvp testbench.vcd testbench.trace
.PHONY: test view test_sp test_axi test_synth download-tools build-tools toc clean
.PHONY: test test_vcd test_sp test_axi test_synth download-tools build-tools toc clean