Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
ivltests
/
pr622.v
blob: b8d78b8e229b11fcef84f73745eeb5cf499d1eb5 [
file
] [
log
] [
blame
] [
edit
]
`define FOO bar
module foo;
initial begin
$display("macro FOO = %s", "`
FOO
");
end
endmodule