Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

What's the syntax that defines the path of a generated entity in Quartus .qsf file?

Hi, In a .qsf file, I'm trying to set TERMINATION_CONTROL_BLOCK via set_instance_assignment -name TERMINATION_CONTROL_BLOCK "e1:i1|e2:i2|e3:i3|s" -to o_pin[0] -tag __p0 This approach ...