verilator/test_regress/t/t_pp_resetall_bad.v
2020-02-01 22:03:18 -05:00

11 lines
232 B
Systemverilog

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2019 by Wilson Snyder.
`resetall // Ok
module t;
`resetall // Bad
endmodule
`resetall // Ok