Forum Discussion
JHill1
Occasional Contributor
1 year agoprogrammatic generation of FP_FUNCTIONS IP in QSYS component _hw.tcl script
I am attempting programmatic generation of an FP_FUNCTIONS IP from within a QSYS component _hw.tcl script. I am doing this because the legacy Altera FP IP supported VHDL generics based parameterized ...
JHill1
Occasional Contributor
1 year 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