Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
0b7a0c975107f5aad7cf0b2d53d89620fc6416bb
/
.
/
SVIncCompil
/
Testcases
/
Zachjs
/
basic
/
header_import.v
blob: 091fd819fcd20e583106e1f0d180a17e2a1ee162 [
file
]
module
top
;
localparam P_FOO
=
10
;
initial
begin
$display
(
P_FOO
);
end
endmodule