Hello world

This commit is contained in:
Andrew Kay
2020-02-12 22:05:05 -06:00
parent c859688931
commit d4eaeecec2
5 changed files with 147 additions and 18 deletions

View File

@@ -3,9 +3,10 @@ VVP ?= vvp
RTL = ../rtl
all: coax_tx_tb.vcd
all: coax_tx_tb.vcd hello_world_tb.vcd
coax_tx_tb: coax_tx_tb.v $(RTL)/coax_tx.v
hello_world_tb: hello_world_tb.v $(RTL)/hello_world.v $(RTL)/coax_tx.v
clean:
rm -f *_tb *.vcd