Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThanks Tricky, I'll try it. Meanwhile, I'd like to know something else.
I'll tried the first thing you said to manually place a component. And I have a new problem. I created a component, and instead of looking for the name of each sub-component, I instantiated the global component with my own name, so I can place it naming the global component in the .qsf . My problem now is that my component takes more than one 'LAB' cell, as you can see in the file attached. So when I write this code line in the .qsf file : set_location_assignment LAB_X9_Y49_N0 -to inst_test Quartus ignores the line since the location specified is too small for my component. Is there a way for me to solve the problem ? Because when I did that, I thought that when Quartus instantiates a global component, it uses a sub-component as a reference for the placement, and I just had to specify its location, and Quartus deduces itself the location for the other sub-component.