Altera_Forum
Honored Contributor
11 years agoExport a listing of all used LEs
Hello everyone,
I have a customer that would like to get a listing of the location of each LE, DSP memory block in an FPGA design. I'm not exactly sure what they want to do with that, but if I understood correctly what they asked, I should generate a list with each node name and the corresponding location on the FPGA floor plan. I had a look in the Quartus documentation to see if such a thing existed but didn't find anything quite like it. It looks like the netlist formats are mostly used after synthesis and before fitting, so won't include the location information. The Chip Planner doesn't seem to have any export function, and the technology map viewer can only export JPEGs, and I don't think they will include location information. Do any of you have an idea? Would the only solution to write a tcl script to do that? Is there a way in tcl to loop in all available nodes and print out the corresponding location, or the other way round, to loop in all FPGA locations and print out the corresponding node name? I just hope it won't take all night to loop in the more-than-hundred-thousand locations... Thanks a lot!