diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-05-25 17:56:54 -0500 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | 6b8df1055498181eb6fb82dd1ebb1cc573ac48d5 (patch) | |
tree | dbde03cff5a26fae9c3fce2e86a4e855f36295f7 /fpga | |
parent | acf2eeb6a494d4ce0473c104feee64d91f693bc8 (diff) | |
download | uhd-6b8df1055498181eb6fb82dd1ebb1cc573ac48d5.tar.gz uhd-6b8df1055498181eb6fb82dd1ebb1cc573ac48d5.tar.bz2 uhd-6b8df1055498181eb6fb82dd1ebb1cc573ac48d5.zip |
fpga: x400: Fix AXI/LBUS testbench names
Diffstat (limited to 'fpga')
-rw-r--r-- | fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/axi_lbus_tb.sv | 2 | ||||
-rw-r--r-- | fpga/usrp3/top/x400/ip/eth_100g_bd/lbus_tb/lbus_axi_tb.sv | 2 |
2 files changed, 2 insertions, 2 deletions
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 #( |