Skip to main content

Physical Design Methodology Engineer at Texas Instruments

  Hello Dear Readers, Texas Instruments Bangalore has a vacancy for the Physical Design Engineer role. We need an Physical Design Methodology Engineer to join our ATD team. The candidate should have a strong background in back-end design of ASIC/SoC chips. The ideal candidate will have a bachelor’s or master’s degree in Electrical Engineering or a related field. Requirements: 1 - 2 Years of experience in physical design Bachelor’s or master’s degree in Electrical/Electronics Engineering or a related field Strong understanding of physical design principles Must know the basics of floorplan, placement, CTS, routing, ECO, Physical Verification Proficiency in back-end design tools, such as Cadence Genus/Innovus/Tempus/Voltus Excellent problem-solving skills and attention to detail Effective communication and collaboration skills Responsibilities: Synthesis to GDSII Perform full Physical design flow and its verification Work closely with Digital Design and DFT engineers Ensure...

Low Power Design: Common Power Format

Hello Dear Readers, 

Today in this post, I will provide some deep insight into Low Power Design: Common Power Format syntax and how to implement it.

  • CPF (Common Power Format)
    • CPF is power intent as similar as UPF which we have seen earlier. 
    • CPF structure is like UPF, only difference is UPF is handled by Synopsys VC static/dynamic tool, whereas CPF is handled only by Cadence’s CLP tool.
  • Below is Low Power flow for CPF: 

CPF Implementation Flow

  • Commands of CPF and UPF are much more similar only difference is in few syntax, will try to write CPF for below design block:

  • Commands of CPF and UPF are much more similar only difference is in few syntax, let’s have glance of CPF commands below:

#Definition of top domain

set_design top

#Define the top power domain

create_power_domain –name pdTOP –default

#Define pdA

     create_power_domain -name pdA \

                                          -instances {uA uC} \

                                          -shoutoff_condition {!uPCM/pso[0]}

#Define PSO- pdB when pso is low

     create_power_domain  -name pdB \

                                           -instances {uB } \

                                           -shoutoff_condition {!uPCM/pso[1]}


  • Design with multiple power domain and have power shutoff condition along with isolation cell definition. All outputs of pdB isolated high on rising edge of uPCM/iso  

     set highpin { uB/en1 uB/en2 }

     create_isolation_rule -name ir1 \

                                        -from pdB \

                                       -isolation_condition {uPCM/iso} 

                                        -isolation_output high \

                                        -pins “$highpin”




  • Design with multiple power domain, let’s have look at Level sifters:

#Level shifter definition:

 create_level_shifter_rule –name lsr1 -to {pdB} -from {pdA}

 create_level_shifter_rule –name lsr2 -to {pdA} -from {pdB}

 create_level_shifter_rule –name lsr3 -to {pdtop} -from {pdB}

 create_level_shifter_rule –name lsr4 -to {pdA} -from {pdtop}





  • Retention strategy definition in CPF:

 #retention strategy rule:

 #Defined state retention strategy: state stored on falling edge of restore[0] and restored           rising edge.

 #Note: if –save is not specified, it is logical NOT of the –restore signal       vice-versa 

 

 set srpgList {uB/reg1 uB/reg2}

 create_state_retention_rule -name sr1\

                                              -restore_edge {uPCM/restore[1]}     

  • Power modes definition in CPF: 

#Top is always high, pdA/pdB can be medium or low.

create_nominal_condition –name high –voltage 1.2

create_nominal_condition –name medium –voltage 1.0

create_nominal_condition –name low –voltage 0.8

create_nominal_condition –name off –voltage 0

#Define the modes:

 create_power_mode  -name PM1 \

                                   -domain_condition {pdTOP@high pdA@medium pdB@medium}

 create_power_mode -name PM2 \

                                   -domain_condition {pdTOP@high pdA@low pdB@low}

 create_power_mode -name PM3 \

                                  -domain_condition {pdTOP@high pdA@low pdB@off}

  end_design


  • Power shut off sequence:

  • Power up sequence:

Comments

  1. How to implement CPL file in synthesis stage

    ReplyDelete

Post a Comment

Popular posts from this blog

Best Book for Designing Microarchitecture of Microprocessor Using Verilog HDL

  Hello Dear Readers, Currently, after succeeding in many topics now I starting to provide technical book reviews which were I have completed and still read books always. So let us start today's book review. Book Name:   Computer Principles and Design in Verilog  HDL Description:  Uses Verilog HDL to illustrate computer architecture and microprocessor design, allowing readers to readily simulate and adjust the operation of each design, and thus build industrially relevant skills Introduces the computer principles, computer design, and how to use Verilog HDL (Hardware Description Language) to implement the design Provides the skills for designing processor/arithmetic/cpu chips, including the unique application of Verilog HDL material for CPU (central processing unit) implementation Despite the many books on Verilog and computer architecture and microprocessor design, few, if any, use Verilog as a key tool in helping a student to understand these design techniques...

Internship - SoC /IP Design at NXP India

Hello Dear Readers, Currently, at NXP India  vacancy for  Internship - SoC /IP Design   role.   We are looking for a Master degree student with Electronics and Communication Engineering, or related field, with an emphasis on SoC design. This is a full-time internship with a duration of about 11-12 months. Job Responsibility: Working with our experienced design team to design state of the art SoC hardware specific segment applications like Automotive, IoT, voice/object recognition, security, smart connectivity and touch sensing . Assisting experienced engineers with End-to-end ownership of SoC Design, Verification and implementation (Physical Design). Design and verify digital and Mixed-signal IPs. Document designs and present results. Job Qualification: Master student in electronic/computer engineering Creative and positive mindset Good knowledge on CMOS technologies Great communication skills, interpersonal skills, teamwork skills and can-do attitude Desire for a ca...

IC Design Engineer at Broadcom

  Hello Dear Readers, Currently, at Broadcom vacancy for an IC Design Engineer role. Job Description: Candidate would be required to work on various phases of SOC physical design activities. The job will include but not limited to block level – floor-planning, partitioning, placement, clock tree synthesis, route, physical verification (LVS/DRC/ERC/Antenna etc). Should be able to meet congestion, timing and area metrics.  Candidate would be required to do equivalence checks, STA, Crosstalk delay analysis, noise analysis, power optimization. Should be able to implement timing and functional ECOs. Should have excellent problem-solving skill to help through congestion resolution and timing closure. Should have experience formal verification and timing analysis and ECO implementation. Experience with tools such as Innovus/Encounter, ICC, Caliber, LEC, Primetime etc is highly desirable. Candidate should be able to work independently and guide other team members. Should be ...