Hi GioFz, I am wondering if you have access to the documentation. No being impolite - just asking :-) You can locate the PDF file in the installation directory of the tool or use the cdnshelp command in a terminal window. report power should have a design object that tell the tool where it is in the virtual design directory. From the documentation : Reports the power consumed. The information returned depends on your current position in the design hierarchy and on the specified objects. If no objects are specified, the report is given for the design or instance at the current position in the design hierarchy. You should be able to do the following by surrounding the report power command with the virtual cd command that works in the synthesis tool. cd /$DESIGN report power cd / You could also use the TCL script I gave as a starting point to go through the design hierarchy that has the 1000 modules, and iterate over each one automatically in the loop just for the report power command. Please do share more information - if you had explained that you had 1000 modules - we would have got here quicker! ;-) Don't be shy to share information, especially if it will help us help you! :^) J
↧