Altera_Forum
Honored Contributor
10 years agoHow to assign an entity located within a generate statement to a logiclock region?
Dear all
I'm trying to assign an entity, which is inside a (VHDL) generate statement, to a logiclock region: set_instance_assignment -name LL_MEMBER_OF MEMIFLL -to "MEMIF:\B0:MIF|MEMRD:MRD" -section_id MEMIFLL However there seems to be something wrong with the assignment, as it is always either cleared out of the *.qsf fileby Quartus. A second assignment set_instance_assignment -name LL_MEMBER_OF MEMIFLL -to "SEQLD:SLD" -section_id MEMIFLL does work a expected, it is assigned to and placed within the region. It looks to me that the tool is not able to cope with the "\" character. So how is it done (a wildcard "*" at the position didn't work either...)? Thanks!