Altera_Forum
Honored Contributor
11 years agoGeneric logic cells placement
Hi all,
I'm working on a tcl script to compile a small design where i can choose the position of different logic elements (such as bottom-left, top right, four corners, ...). I would like to do it in a generic way. In others words i would like that my tcl script, using the FPGA family and the device value, gets the name of LE (like LCCOMB_XX_YY_NN), how many, and where they are. Is there a way, using a tcl command, to know how many LAB/LE/FF the device has, their name and position ? Or should i prepare every position for every device ? Thanks in advance.