skyworld_cy
Junior Member level 3
Hi,
I have used `define in several verilog files like
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.
regards
skyworld
I have used `define in several verilog files like
Code:
`ifdef FPGA
......
`else // FPGA
....
`endif // FPGA
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.
regards
skyworld