Forum Discussion
JHill1
Occasional Contributor
8 months agoI fixed my issue by adding some TCL code like as follows. Some of the details are not particularly well documented so I have to dig around looking in the Altera provided IP to solve this type of issue.
set deviceFamily [ get_parameter_value DEVICE_FAMILY ]
set_instance_system_info_value $inst {DEVICE_FAMILY} "" $deviceFamily