In reply to electron:
Hi Electron
You could also protect your defines with double quotes
define XX "$root.happy" module top (); initial $display(
XX);
endmodule: top
In reply to electron:
Hi Electron
You could also protect your defines with double quotes
define XX "$root.happy" module top (); initial $display(
XX);
endmodule: top