Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI found my mistake: It was in the sample_sw.tcl file.
The copied line "set_sw_property min_compatible_hw_version 7.1" from an altera sample IP did not match the version 1.0 from my hardware. So the change to "set_sw_property min_compatible_hw_version 1.0" solved it. Now the source files are in the BSP.