mirror of
https://github.com/lowobservable/coax.git
synced 2026-02-28 17:39:38 +00:00
Hello world
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user