Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow about:
`ifndef ASIC_VERSION
`define ASIC_VERSION 32'h00000001
`endif will define ASIC_VERSION only if it is not currently defined (by the .qsf file) ( replaced `ifdef ... `else with `ifndef )