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