mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 01:18:10 +02:00
9 lines
96 B
Systemverilog
9 lines
96 B
Systemverilog
`undef RESULT
|
|
|
|
`ifndef INCLUDED
|
|
`define INCLUDED
|
|
`define RESULT 1
|
|
`else
|
|
`define RESULT 0
|
|
`endif
|