tests: add tb to axis_mac project

This commit is contained in:
Phil
2026-04-14 12:31:21 +03:00
parent c372dcd942
commit 1c654f4e8e
2 changed files with 25 additions and 12 deletions

View File

@ -22,6 +22,9 @@ SYN_FILES += $(sort $(shell find ../../src -type f \( -name '*.v' -o -name '*.sv
XCI_FILES = $(sort $(shell find ../../src -type f -name '*.xci'))
SIM_TOP = tb_mac_test
TB_FILES = test_axis_mac_rx.sv
program: $(PROJECT).bit
echo "open_hw_manager" > program.tcl
echo "connect_hw_server" >> program.tcl