Add reflectometer testbench stable boilerplate with tasks

This commit is contained in:
2026-05-22 17:07:15 +03:00
parent 10dc60b54f
commit dc761f31dc
2 changed files with 140 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RTL_DIR = ../../rtl
include ../../scripts/vivado.mk
SYN_FILES += reflectometer.sv
SYN_FILES += tb_reflectometer.sv
SYN_FILES += $(sort $(shell find ../../rtl -type f \( -name '*.v' -o -name '*.sv' \)))
XCI_FILES = $(sort $(shell find ../../rtl/ethernet-udp/src -type f -name '*.xci'))