Description
You may get this internal error in the Quartus® II software version 1.0 if you have two occurrences of the THIRD_PARTY_EDA_TOOLS variable in your project settings file (.psf).
For example:
THIRD_PARTY_EDA_TOOLS(pci_top)
{
EDA_TIMING_ANALYSIS_TOOL = "<NONE>";
EDA_SIMULATION_TOOL = "MODELSIM (VERILOG HDL
OUTPUT FROM QUARTUS)";
EDA_DESIGN_ENTRY_SYNTHESIS_TOOL = SYNPLIFY;
}
THIRD_PARTY_EDA_TOOLS(sdram_sdr_ecc_pci_ioreg)
{
EDA_DESIGN_ENTRY_SYNTHESIS_TOOL = SYNPLIFY;
}
To avoid this error, ensure that the .psf file specifies the
THIRD_PARTY_EDA_TOOLS variable only once.
This problem was fixed in the Quartus II software version 1.1.