10 lines
195 B
Coq
10 lines
195 B
Coq
|
|
// Check that `begin_keywords accepts the 1364-2001-noconfig keyword set.
|
||
|
|
|
||
|
|
`begin_keywords "1364-2001-noconfig"
|
||
|
|
module test;
|
||
|
|
initial begin
|
||
|
|
$display("PASSED");
|
||
|
|
end
|
||
|
|
endmodule
|
||
|
|
`end_keywords
|