Hi Jeevan,
1. Aspect ratio in most cases we try to make it 1...
2. Core area is calculated based on no of instances, utilization factor
3. Periphery area = core area + pads..so you need pad information also
4. I suppose its keepout margin..its not necessary to have same value..depends on pin locations
5. u need logical/physical libs, tech file, tlu+, netlist, constraints..
6. DEF is a format to exchange information between various stages of PnR/ between different tools..u can use a DEF file or the CEL saved in MW from previous stage..
7. Spice is the electrical characterization of the layout...since LVS checks for things like open,shorts etc u need electrical characteristics to match between Layout and schematic...verilog is simply connectivity information
8. If pins of macros are not aligned properly it takes more routing resources and creates congestion...so we try to keep communicating pins nearer
9. PN constraints define the width, spacing,layers,ring size and other aspects of power straps...so if IR drop is unacceptable changing these values will help in reducing IR drop
10. Black boxes are any blocks for which we have only interface information...we do not know the functionality of the block and internal connections....at PnR level we have to make use of the ETM for timing analysis in case of black boxes....this is mostly the case for IPs we may want to use in our design.
useful??
cheers