diff options
| author | Clifford Wolf <clifford@clifford.at> | 2019-02-14 02:45:25 +0100 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2019-02-14 02:45:25 +0100 |
| commit | faf21ffd9fa419621581202c1dd309d2ed21bfbd (patch) | |
| tree | d5b1717d963aa7af7737dc3c636d0004c92cc510 /examples/icestick/Makefile | |
| parent | c0cbae88ab47a3879aacf80d53b6a85710682a6b (diff) | |
Improve icestick rs232demo example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples/icestick/Makefile')
| -rw-r--r-- | examples/icestick/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 $< |
