Skip to content

Commit

Permalink
Add hello module which is properly formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Mar 30, 2023
1 parent 824c42c commit 21e8e37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hello.sv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

module hello (
input clk
);

initial begin : proc_he
$display("helllo");
end

endmodule

0 comments on commit 21e8e37

Please sign in to comment.