diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/examples/rfnoc-example/fpga/rfnoc_block_gain/rfnoc_block_gain_tb.sv | 2 |
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); |