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 synthesis1 Reply
- Altera_Forum
Honored Contributor
then have a `define in a file that you only include in the FPGA project.