hi,
How place & route is done?
Place is route is based on the path based selection of the logical element and I/O Pads based the contstant that are given to route the required digitial path.
Why pads should have high capacitence?
Because in the ditigial electronics if low capacitances are there they may dischage the charge store on the PADS and most of the case the signals enters from the pad to the digital designs.
can you please elaborate on "Why pads should have high capacitance??" ........
---------- Post added at 13:57 ---------- Previous post was at 13:56 ----------
hi,
What does the physical view of a design mean?
---------- Post added at 07:47 ---------- Previous post was at 06:12 ----------
Why pads should have high capacitence?
Physical view is also called the layout view, this is the lowest level of design abstraction in common design practice. From a manufacturing perspective, the standard cell's VLSI layout is the most important view, as it is closest to an actual "manufacturing blueprint" of the standard cell. (In this view you can see internal connections of a transistor, its pins and the different diffusion regions).
---------- Post added at 14:19 ---------- Previous post was at 13:57 ----------
What are file format involved in different stages of physical design?
Floor planning :- U need to add the .v (verilog netlist), .lib, .tech, .lef files. If you will give these files as input to the tool, the tool will give u the frame view of the standard cell ,macros associated with the design. When this is done you can extract summary report (.summary file) for estimating your die size and doing power planning.
Placement :- now .sdc file additionally has to be added in your config file.
CTS :- now you will give clock tree synthesis file as a input to the tool (.ctstch file), which has the information on preferred metal layers, buffers which can be used etc.
and you can extract .def and .lef as an output after each step from the tool (this may be helpful while switching from one tool to other after any step). When you will be done the final file which matters and has complete information of the mask is GDS file.