Hi Pedro,
Sorry for the delay in responding to this. I think it got lost in all the holiday activity...

I'm pretty sure we can get these macros to be recognized. The argument file supplied to SVEditor is intended to contain all switches and file paths that would be passed to the SystemVerilog compiler. In your case, I would expect the argument file to contain both the +define+/+incdir+ switches and a path to the library file (the one including the package files).
I have two questions:
- Does Incisive capitalize the +define+/+incdir+ switches? Currently, SVEditor only recognizes these in lower case.
- In your compilation methodology, do you supply the .f file and library file to ncvlog?
For example: ncvlog -f arguments.f library.sv
If this is the case, then it might be useful to extend the information the user specifies to SVEditor.

Best Regards,
Matthew