Remove redundant logic keyword from the top module
This commit is contained in:
parent
5884a437b8
commit
9ca70b76a6
1 changed files with 1 additions and 1 deletions
2
top.sv
2
top.sv
|
|
@ -1,7 +1,7 @@
|
|||
`include "rv32.sv"
|
||||
|
||||
module top (
|
||||
input logic clk
|
||||
input clk
|
||||
);
|
||||
rv32 rv32 (
|
||||
.clk(clk)
|
||||
|
|
|
|||
Loading…
Reference in a new issue