Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
then have a `define in a file that you only include in the FPGA project.
I have a code like:
`ifdef FPGA //for FPGA `else //for ASIC `endif How do i make the tool take the FPGA code for synthesisthen have a `define in a file that you only include in the FPGA project.