Initial commit
This commit is contained in:
7
i2c_io_output_tb/Makefile
Normal file
7
i2c_io_output_tb/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
SOURCES = ../i2c_io_output.sv ../i2c_receiver.sv ./i2c_io_output_tb.sv
|
||||
|
||||
all: run
|
||||
|
||||
run: $(SOURCES)
|
||||
iverilog -g2012 -DDUMP -o out.vvp $(SOURCES)
|
||||
vvp ./out.vvp -fst
|
||||
Reference in New Issue
Block a user