aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_keywrap.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/tb/tb_keywrap.v')
-rw-r--r--src/tb/tb_keywrap.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tb/tb_keywrap.v b/src/tb/tb_keywrap.v
index c8fb927..5a838a4 100644
--- a/src/tb/tb_keywrap.v
+++ b/src/tb/tb_keywrap.v
@@ -220,7 +220,7 @@ module tb_keywrap();
//
// Dump the n first memory positions in the dut internal memory.
//----------------------------------------------------------------
- task dump_mem(integer n);
+ task dump_mem(input integer n);
begin : dump_mem
integer i;
for (i = 0 ; i < n ; i = i + 1)