diff options
author | Wade Fife <wade.fife@ettus.com> | 2020-04-28 15:40:43 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2020-04-30 08:57:22 -0500 |
commit | 8d6401e55886b6be391730f6eb63e941644cb2e3 (patch) | |
tree | 1b62231339772a6c08da31e00dc29f7f9bb65fa1 /host/utils | |
parent | 93acdfe3808ba8aca6c04cbf2474d6e8db39a0ee (diff) | |
download | uhd-8d6401e55886b6be391730f6eb63e941644cb2e3.tar.gz uhd-8d6401e55886b6be391730f6eb63e941644cb2e3.tar.bz2 uhd-8d6401e55886b6be391730f6eb63e941644cb2e3.zip |
utils: Fix typo in testbench mako template
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/rfnoc_blocktool/templates/rfnoc_block_template_tb.sv.mako | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/rfnoc_blocktool/templates/rfnoc_block_template_tb.sv.mako b/host/utils/rfnoc_blocktool/templates/rfnoc_block_template_tb.sv.mako index 410138489..882cc6505 100644 --- a/host/utils/rfnoc_blocktool/templates/rfnoc_block_template_tb.sv.mako +++ b/host/utils/rfnoc_blocktool/templates/rfnoc_block_template_tb.sv.mako @@ -204,7 +204,7 @@ module rfnoc_block_${config['module_name']}_tb; //-------------------------------- // <Add your test code here> - test.start_test("<Name your first test", 10us); + test.start_test("<Name your first test>", 100us); `ASSERT_WARNING(0, "This testbench doesn't test anything yet!"); test.end_test(); |