Skip to content

Commit 677cc4e

Browse files
committed
add language example
1 parent 054b39a commit 677cc4e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module with_parameter_port_list #(
2+
P1,
3+
localparam L2 = P1+1,
4+
parameter P2)
5+
( /*port list...*/ );
6+
parameter L3 = "synonym for the localparam";
7+
localparam L4 = "localparam";
8+
// ...
9+
endmodule

0 commit comments

Comments
 (0)