8 lines
180 B
Coq
8 lines
180 B
Coq
|
|
`define MY_FILE(dir, file) `"dir/file`"
|
||
|
|
|
||
|
|
module top;
|
||
|
|
initial $display("Using include file: ", `MY_FILE(ivltests, br_gh484.vh));
|
||
|
|
|
||
|
|
`include `MY_FILE(ivltests, br_gh484.vh)
|
||
|
|
endmodule
|