From 7be26d9d1a873dfb69b702668cd3d191f796bbfb Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 21 Apr 2026 19:47:56 +0300 Subject: [PATCH] chore: update tb files --- rtl/accum/tests/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtl/accum/tests/Makefile b/rtl/accum/tests/Makefile index 1fed42f..b45b6bc 100644 --- a/rtl/accum/tests/Makefile +++ b/rtl/accum/tests/Makefile @@ -8,7 +8,7 @@ # FPGA settings FPGA_PART = xc7a35tfgg484-1 -FPGA_TOP = control +FPGA_TOP = accum FPGA_ARCH = artix7 RTL_DIR = ../src @@ -21,10 +21,10 @@ SYN_FILES += $(sort $(shell find ../src -type f \( -name '*.v' -o -name '*.sv' \ XCI_FILES = $(sort $(shell find ../src -type f -name '*.xci')) XDC_FILES += ../../../constraints/ax7a035b.xdc -# XDC_FILES += test_timing.xdc +XDC_FILES += test_timing.xdc -# SYN_FILES += controller_tb.sv -# SIM_TOP = control_tb +SYN_FILES += out_axis_fifo_tb.sv +SIM_TOP = control_tb program: $(PROJECT).bit