summaryrefslogtreecommitdiff
path: root/tst_delay.tb.v
diff options
context:
space:
mode:
authoruvok2025-12-30 10:06:26 +0100
committeruvok2025-12-30 10:06:26 +0100
commit54c6b39e460412aa9d888e1728b883aa27ae34bb (patch)
treedca2c4b47fccf815325f142a3d32d691a34e1f66 /tst_delay.tb.v
parent87049a63ca2a2018fa3fdb720b8993413619755f (diff)
tst_delay: Fix testbench name
Diffstat (limited to 'tst_delay.tb.v')
-rw-r--r--tst_delay.tb.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tst_delay.tb.v b/tst_delay.tb.v
index 835c93a..41a133a 100644
--- a/tst_delay.tb.v
+++ b/tst_delay.tb.v
@@ -1,7 +1,7 @@
// try to figure out how iverilog samples edges
`timescale 1us/1us
-module template_tb (
+module tst_delay_tb (
);
reg clk_i;