mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-04 08:45:29 +02:00
support for type param without parameter keyword
This commit is contained in:
@@ -36,5 +36,9 @@ module top;
|
||||
$display("n_nodef b= 1 001 00000000000000000000000000000010 3");
|
||||
$display("n_nodef a= 1 01 00000000000000000000000000000010 2");
|
||||
$display("n_nodef b= 0 0 00000000000000000000000000000001 1");
|
||||
$display("p 00 00000000000000000000000000000001 2");
|
||||
$display("p 001 00000000000000000000000000000010 3");
|
||||
$display("p 0 00000000000000000000000000000001 1");
|
||||
$display("p 1 00000000000000000000000000000010 1");
|
||||
end
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user