Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4e2abbf559b85d1c0b1dffd013a27b4b8c78dd2c
/
.
/
src
/
Testcases
/
Google
/
chapter-6
/
6.20.4--localparam.sv
blob: 8f6f17e0799cfcb948379ace8ef2aca3d2bcca69 [
file
] [
log
] [
blame
]
/*
:name: localparam
:description: localparam tests
:should_fail: 0
:tags: 6.20.4
*/
module
top
();
localparam p
=
123
;
endmodule