- What are lambda based design rules?
- What is nm in 10nm technology node?
- Do you know about under bum density?
- Any prior experience of PnR?
- How do you import design in PnR?
- Why ID layers have been given in lower nodes (10nm)?
- Why nwell continuity is required?
- Have you done scripting?
- Can you write an algorithm?
- What is drive strength?
- Why the industry is moving towards lower technology nodes like 7nm or 5nm?
- What are challenges seen in lower technology node?
- What are the difference between 45nm and 65nm routing rules? any new rule in the 45nm?
- Why foundry define DRM, routing rules?
- What is stack means? How many types of metal layers are in 65nm/45nm? Why metals are of different thickness?
- Why thin metal are in lower position and thick metals are at upper position in a defined Stack?
- What is the need of several types of metal layer in a design?
- What do you mean by RDL layer? Why it requires?
- How many types of routing? What is the sequence of that?
- Power is routed first or clock is routed first ? and why?
- what do you mean by notch rule? what is notch exactly (in terms of shape)?
- Why we code routing rules?
- What is stack VIA and why it requires?
- Why foundry define min spacing rules/min width rules?
- What do means by 65nm technology? Why it is saying 65nm?
- In terms of foundry what are the main difference in 65nm and 45nm technology? (means why technology is changing continuously? explanations from the foundry point of view.)
- What you think what are the challenges foundry face between two technology?
- what do u mean by crosstalk?
- How can you prevent this (crosstalk)?
- what do u mean by grid and non grid routing? which one is preferable and why?
- In magma tools , what is the concept behind sub grid?
- What are the different types of Grids?
- Why we use VIA array? Why not single large VIA in place of several via's?
- What do you mean by VIA overhang? Why it is needed?
- What do you mean by same grid spacing in VIAs?
- What is shielding? How can U shield a clock rail?
- The spacing between two single VIAs and spacing between via in VIA's array.. which one is smaller and why?
- How many types of spacing rules?
- How many types of width rules?
- What is fat wire? Why rules are define separately for this?
- How many layers are there in 130nm technology.
- What is min area rules?
- If the area of one metal layer is minimum from the min area rules then what should a designer do to prevent this?
- Routing rules are dependent on the types of metal used. Is it true or false and why?
- Why different types of metal layers (Al and Cu) are used in the design?
- What are the different types of Pitch?
- What do you mean by Pitch?
- What is antenna rules? Why it define? Explain from the point of view of foundry also.
- From where that accumulated charge come ?
- How this charge effect a gate? and why?
- How jumpers and diode prevent antenna violation?
- Which type of diode is used to prevent antenna violation and how it works?
- Where should be Jumper used?
- What are the different types of antenna violation rules?
- What is slotting rules?
- Why it define?
- How slots in the metal helps it?
- What is density rules?
- What is EM rules?
- Why they are define?
- How current density is dependent on temperature?
- How many types of rule are there in EM section?
- What is the significance of these rules from foundry point of view and from designer point of view?
- What are the difference between average current density and RMS current density? OR How many types of current density and what are the difference between them?
- Draw a diagram of CMOS. Explain different types of layers in it.
- What do you mean by diffusion layers?
- What is POD, NOD, Pwell, Nwell, N+,N++, P+, P++,Substrate, poly layer.
- What is Oxidation, Lithography?
- What is trench?
- What is masking?
- What is etching?
SynopsysTool Commands How to add ndms in ref_libs Open block.tcl file Report_ref_libs information dump in a new tcl file Now go to icc2shell set_ref_libs -add missed ndm file---> from block.tcl file set_ref_libs -rebind link_block -force report_ref_libs save_block save_lib How to resolve upf error ? commit_upf save_block save_lib How to move ESD cell with origin coordinates ? move_objects [get_selection ] -to {7486.0965 3288.0000} How to select all the cells which have net name VDD_1V2_IO ? change_selection [get_cells -of_objects [get_net VDD_1V2_IO]] Cmd for to check shorts check_lvs -max_error 0 -checks short ----->for to check shorts How to add buffers add_buffer -lib_cell ec0cbf000an1n20x5 -new_cell_names 01122...
Comments
Post a Comment