2014-06-07 00:22:20 +00:00
|
|
|
// DESCRIPTION: Verilator: Verilog Test module
|
|
|
|
//
|
2020-03-21 15:24:24 +00:00
|
|
|
// This file ONLY is placed under the Creative Commons Public Domain, for
|
|
|
|
// any use, without warranty, 2014 by Wilson Snyder.
|
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
2014-06-07 00:22:20 +00:00
|
|
|
|
|
|
|
`define CHECK text \
|
|
|
|
multiline
|
|
|
|
|
|
|
|
Hello in t_preproc_psl.v
|
|
|
|
|
|
|
|
`ifdef NEVER
|
|
|
|
not
|
|
|
|
`else
|
|
|
|
yes
|
|
|
|
`endif
|
|
|
|
|
|
|
|
Multi `CHECK line
|
|
|
|
|
|
|
|
// Did we end up right?
|
|
|
|
Line: `__LINE__
|