From b29af0ea0d340f37628f65e7b739fa1865d212a9 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 20 Jan 2022 14:41:51 +0100 Subject: fpga: Remove noc_shell_regs.vh and sim_rfnoc_lib.svh Both files are a UHD 3 remnant and potentially confusing for UHD 4 codebase readers. --- fpga/usrp3/lib/sim/arm_deframer/arm_deframer_tb.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga/usrp3/lib/sim/arm_deframer/arm_deframer_tb.sv') diff --git a/fpga/usrp3/lib/sim/arm_deframer/arm_deframer_tb.sv b/fpga/usrp3/lib/sim/arm_deframer/arm_deframer_tb.sv index 4e252b5b4..5e879c3e4 100644 --- a/fpga/usrp3/lib/sim/arm_deframer/arm_deframer_tb.sv +++ b/fpga/usrp3/lib/sim/arm_deframer/arm_deframer_tb.sv @@ -14,8 +14,8 @@ `define NUM_TEST_CASES 3 `include "sim_axis_lib.svh" `include "sim_exec_report.vh" -`include "sim_rfnoc_lib.svh" `include "sim_set_rb_lib.svh" +`include "sim_clks_rsts.vh" // NOTE: The tesbench is not self-checking module arm_deframer_tb(); -- cgit v1.2.3