summaryrefslogtreecommitdiff
path: root/playground/template.v
diff options
context:
space:
mode:
Diffstat (limited to 'playground/template.v')
-rw-r--r--playground/template.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/playground/template.v b/playground/template.v
index e6f5280..2cbe671 100644
--- a/playground/template.v
+++ b/playground/template.v
@@ -1,8 +1,8 @@
`timescale 1us/1us
module template (
- input rst_i,
- input clk_i
+ input wire rst_i,
+ input wire clk_i
);
always @(posedge clk_i or negedge rst_i) begin