I use an .inc file to enable/disable these defines macros. In vivado I can set this inc file as "set global include" so that every verilog file see these define macros. Is there is a way I can implement the same function in synplify? thanks.
with vivado, I can set this inc file as "global include". In this way every verilog file could know what is defined in inc file. I'm not sure how to do this in synplify
"Global include" is a non-standard Verilog extension in Vivado, not provided by other tools (at least I'm not aware of). If you want portable code, use standard Verilog language means.