Forum Discussion
Altera_Forum
Honored Contributor
9 years ago`ifdef support in quartus
I have a code like: `ifdef FPGA //for FPGA `else //for ASIC `endif How do i make the tool take the FPGA code for synthesis
Altera_Forum
Honored Contributor
9 years agothen have a `define in a file that you only include in the FPGA project.