From 6b8df1055498181eb6fb82dd1ebb1cc573ac48d5 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Wed, 25 May 2022 17:56:54 -0500 Subject: fpga: x400: Fix AXI/LBUS testbench names --- fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/axi_lbus_tb.sv | 2 +- fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/lbus_axi_tb.sv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fpga/usrp3') diff --git a/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/axi_lbus_tb.sv b/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/axi_lbus_tb.sv index cfde2d5aa..c21827c34 100644 --- a/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/axi_lbus_tb.sv +++ b/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/axi_lbus_tb.sv @@ -7,7 +7,7 @@ // // Description: // -// Testbench for eth_interface +// Testbench for eth_100g_axi2lbus. // module axi_lbus_tb #( diff --git a/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/lbus_axi_tb.sv b/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/lbus_axi_tb.sv index fa5812abe..1df69c63f 100644 --- a/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/lbus_axi_tb.sv +++ b/fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/lbus_axi_tb.sv @@ -7,7 +7,7 @@ // // Description: // -// Testbench for eth_interface +// Testbench for eth_100g_lbus2axi. // module lbus_axi_tb #( -- cgit v1.2.3