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 ago --- Quote Start --- But I work out the problem. The single slash shown in the design hierarchy corresponds to double slash in the setting file, because the first one is treated as an escape. --- Quote End --- Glad to hear you figured it out. Cheers, Dave