Skip to content

Commit 4b367d6

Browse files
committed
Makefile in while pytest is updated.
1 parent 9afad93 commit 4b367d6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sample/tests/while/Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@ check:
2727

2828
.PHONY: clean
2929
clean:
30-
rm -rf *.pyc __pycache__ parsetab.py *.out
30+
rm -rf *.pyc __pycache__ parsetab.py *.out tmp.v uut.vcd
31+
32+
.PHONY: sim
33+
sim:
34+
iverilog -Wall tmp.v
35+
./a.out
36+
37+
.PHONY: view
38+
view:
39+
gtkwave --giga uut.vcd &

0 commit comments

Comments
 (0)