mirror of
https://github.com/lowobservable/coax.git
synced 2026-04-24 19:40:33 +00:00
Initial coax_rx_bit_timer
This commit is contained in:
@@ -3,7 +3,9 @@ VVP ?= vvp
|
||||
|
||||
RTL = ../rtl
|
||||
|
||||
all:
|
||||
all: coax_rx_bit_timer_tb.vcd
|
||||
|
||||
coax_rx_bit_timer_tb: coax_rx_bit_timer_tb.v $(RTL)/coax_rx_bit_timer.v
|
||||
|
||||
clean:
|
||||
rm -f *_tb *.vcd
|
||||
@@ -12,6 +14,6 @@ clean:
|
||||
$(IVERILOG) -o $@ $^
|
||||
|
||||
%_tb.vcd: %_tb
|
||||
$(VVP) -N $< -lxt2
|
||||
$(VVP) -N $<
|
||||
|
||||
.PHONY: all, clean
|
||||
|
||||
Reference in New Issue
Block a user