Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5d8813c36fc3561ecb4c6ab9a579c7fbcb8e2d87
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-5
/
5.6.4--compiler-directives-pragma.sv
blob: c7c6919307244913068ef6e06775b4e692c7ee06 [
file
]
/*
:name: pragma-directive
:description: Try to set a pragma
:should_fail: 0
:tags: 5.6.4
*/
module
ts
();
`pragma protect
wire protected_wire;
`
pragma protect
end
endmodule