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