diff options
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(); |