verilator/test_regress/t/t_pp_resetall_bad.v

11 lines
232 B
Systemverilog
Raw Normal View History

// 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