Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWhat'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 ...
Altera_Forum
Honored Contributor
13 years agoLook in the Quartus hierarchy display window. I just looked at a design that uses a generate statement (called g1) and its got a "\g1" in the path name.
Cheers, Dave