Initial commit

This commit is contained in:
Nikolay Puzanov
2022-06-14 12:50:47 +03:00
commit cb2d44f4b6
9 changed files with 433 additions and 0 deletions

7
i2c_receiver_tb/Makefile Normal file
View File

@@ -0,0 +1,7 @@
SOURCES = ../i2c_receiver.sv ./i2c_receiver_tb.sv
all: run
run: $(SOURCES)
iverilog -g2012 -DDUMP -o out.vvp $(SOURCES)
vvp ./out.vvp -fst