Forum Discussion
7 Replies
- Altera_Forum
Honored Contributor
They can be entered in the Assignment Editor or as tcl commands.
- Altera_Forum
Honored Contributor
hi,
any reference document that describes this task? thank you, randeel. - Altera_Forum
Honored Contributor
These procedures are basically discussed in quartus ii handbook version 9.0 volume 2: design implementation and optimization, particularly section iii. area, timing and power optimization.
- Altera_Forum
Honored Contributor
LogicLock regions is another option:
Best Practices for Incremental Compilation Partitions and Floorplan Assignments http://www.altera.com/literature/hb/qts/qts_qii51017.pdf - Altera_Forum
Honored Contributor
found it,
set_location_assignment FF_X16_Y1_N31 -to "component_name" it is written to the qsf file. type of thing can be done http://www.altera.com/education/training/courses/odsw1155 describes how to use chip planner to do Assignments thank you, randeel. - Altera_Forum
Honored Contributor
Is there a chance to synthesize a script which generates placement contraints automatically from given demands?
I have the task to create a certain structure which has to be organized in a kind a matrix in order to obtain the most possible clean routing delay characteristics between modules.:rolleyes: - Altera_Forum
Honored Contributor
--- Quote Start --- Is there a chance to synthesize a script which generates placement contraints automatically from given demands? I have the task to create a certain structure which has to be organized in a kind a matrix in order to obtain the most possible clean routing delay characteristics between modules.:rolleyes: --- Quote End --- Hi fpgaengineerfrankfurt, HAve you found a way which generates placement contraints automatically from given demands? I have the same issue. I need to fix the placement of modules in fpga Thanks