Remove redundant logic keyword from the top module

This commit is contained in:
Graham Edgecombe 2017-12-01 22:59:43 +00:00
parent 5884a437b8
commit 9ca70b76a6

2
top.sv
View file

@ -1,7 +1,7 @@
`include "rv32.sv"
module top (
input logic clk
input clk
);
rv32 rv32 (
.clk(clk)