From faf21ffd9fa419621581202c1dd309d2ed21bfbd Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 14 Feb 2019 02:45:25 +0100 Subject: Improve icestick rs232demo example Signed-off-by: Clifford Wolf --- examples/icestick/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/icestick/Makefile') diff --git a/examples/icestick/Makefile b/examples/icestick/Makefile index 8b8e741..58f26b9 100644 --- a/examples/icestick/Makefile +++ b/examples/icestick/Makefile @@ -34,6 +34,10 @@ all: $(PROJ).rpt $(PROJ).bin %_syntb.vcd: %_syntb vvp -N $< +vcd=$@ +sim: $(PROJ)_tb.vcd + +postsim: $(PROJ)_syntb.vcd + prog: $(PROJ).bin iceprog $< -- cgit v1.2.3