diff --git a/top.sv b/top.sv index 3ae0341..c298af2 100644 --- a/top.sv +++ b/top.sv @@ -1,7 +1,7 @@ `include "rv32.sv" module top ( - input logic clk + input clk ); rv32 rv32 ( .clk(clk)