aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2022-04-05 16:06:00 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2022-04-06 06:38:17 -0700
commit483b10fe54c489d438d456180deaf2291a0da88d (patch)
treea47fc34d6410a85c705215154609e9760d7661ba /host
parent8daa80c05f8006697aea05fea4ac5cd4dabbaef1 (diff)
downloaduhd-483b10fe54c489d438d456180deaf2291a0da88d.tar.gz
uhd-483b10fe54c489d438d456180deaf2291a0da88d.tar.bz2
uhd-483b10fe54c489d438d456180deaf2291a0da88d.zip
examples: Fix gain testbench name
Diffstat (limited to 'host')
-rw-r--r--host/examples/rfnoc-example/fpga/rfnoc_block_gain/rfnoc_block_gain_tb.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/rfnoc-example/fpga/rfnoc_block_gain/rfnoc_block_gain_tb.sv b/host/examples/rfnoc-example/fpga/rfnoc_block_gain/rfnoc_block_gain_tb.sv
index 15aa63631..f20d694ab 100644
--- a/host/examples/rfnoc-example/fpga/rfnoc_block_gain/rfnoc_block_gain_tb.sv
+++ b/host/examples/rfnoc-example/fpga/rfnoc_block_gain/rfnoc_block_gain_tb.sv
@@ -171,7 +171,7 @@ module rfnoc_block_gain_tb #(
initial begin : tb_main
string tb_name;
- tb_name = $sformatf("chdr_crossbar_nxn: IP_OPTION = %s", IP_OPTION);
+ tb_name = $sformatf("rfnoc_block_gain_tb: IP_OPTION = %s", IP_OPTION);
// Initialize the test exec object for this testbench
test.start_tb(tb_name);