1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

12 lines
170 B
Makefile
Raw Permalink Normal View History

2003-05-13 00:14:04 +00:00
all: myhdl.vpi
myhdl.vpi: myhdl.c myhdl_table.c
iverilog-vpi myhdl.c myhdl_table.c
.PHONY: test
test: myhdl.vpi
cd test && python test_all.py
2003-05-13 00:14:04 +00:00
clean:
-rm *.o *.vpi