From 8d6401e55886b6be391730f6eb63e941644cb2e3 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Tue, 28 Apr 2020 15:40:43 -0500 Subject: utils: Fix typo in testbench mako template --- host/utils/rfnoc_blocktool/templates/rfnoc_block_template_tb.sv.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; //-------------------------------- // - test.start_test("", 100us); `ASSERT_WARNING(0, "This testbench doesn't test anything yet!"); test.end_test(); -- cgit v1.2.3