Just a small correction I too have the include lines at 448 but the error is pointed out at line 590 which says
IF !STRATIXII_MEMBER() GENERATE
pll : stratix_pll WITH (
OPERATION_MODE = OPERATION_MODE,
COMPENSATE_CLOCK = USED(COMPENSATE_CLOCK) ? COMPENSATE_CLOCK : "UNUSED",
QUALIFY_CONF_DONE = QUALIFY_CONF_DONE,
PLL_TYPE = PLL_TYPE,
SCAN_CHAIN = USED(SCAN_CHAIN) ? SCAN_CHAIN : "UNUSED",
SKIP_VCO = USED(SKIP_VCO) ? SKIP_VCO : "UNUSED",
and so on...
and it talks of the WYSIWYG primitive "pll" not supported at this line 590...:) which is the line "pll : stratix_pll WITH ( "
Plz do help it is happening in 4 or 5 of mine designs..