Skip to main content

Product Engineer II at Cadence Design Systems

Hello Dear Readers, Cadence Design Systems has a vacancy for a Product Engineer II role. Cadence is a pivotal leader in electronic design, building upon more than 30 years of computational software expertise. The company applies its underlying Intelligent System Design strategy to deliver software, hardware and IP that turn design concepts into reality.  Cadence customers are the world’s most innovative companies, delivering extraordinary electronic products from chips to boards to systems for the most dynamic market applications including consumer, hyperscale computing, 5G communications, automotive, aerospace industrial and health. The Cadence Advantage: The opportunity to work on cutting-edge technology in an environment that encourages you to be creative, innovative, and to make an impact. Cadence’s employee-friendly policies focus on the physical and mental well-being of employees, career development, providing opportunities for learning, and celebrating success in recog...

SDC (Synopsys Design Constraints) contents part 2

 Dear readers, This is the continuation of SDC contents. Today we will talk about other clock related attributes such as clock latency, uncertainty.


3. set_clock_latency

    Latency is the delay taken by a clock signal to reach the clock pin of a register from the clock source. This delay can be added by clock buffers and parasitic on the net. It is of two types. Source latency and Network latency. 

    Source latency is the delay from the clock source to the clock definition point. This is also called insertion  delay. This could represent either on-chip or off-chip. Network latency is the delay from clock definition point to clock pin of a flipflop.

Therefore, Clock latency = Source latency + Network latency.

This is shown in below figure for on-chip and off-chip.


    Network latency is an estimated delay before clock tree is built in CTS stage. Once clock tree is built this is ignored and actual delay came into picture. However, source latency is same even after CTS stage.

    Ex: set_clock_latency  1.2  -source [get_clocks CLK]    ------> source latency

         set_clock_latency 0.6 [get_clocks CLK_CONFIG]     ------>Network latency

 Observe, network latency is specified without '-source' option.

 4. set_clock_uncertainty

Uncertainty used to model the various factors that reduces the effective clock period. Those factors includes skew, jitter or any other pessimism. Setup uncertainty reduces the effective clock period and hold uncertainty used as additional timing margin that needs to be satisfied. That is it pushes the hold requirement further. 

    Ex: set_clock_uncertainty -setup 0.3 [get_clocks CLK_CONFIG]

            set_clock_uncertainty -hold 0.05 [get_clocks CLK_CONFIG]





SKEW: 

It is the time difference between the arrival of clocks at the clock pins of a flip-flop. 

                    Tskew  = Tcapture - Tlaunch 

Positive Skew if Tcapture > Tlaunch                 It is good for set up violation

Negative Skew if Tcapture < Tlaunch               It is good for hold violation   (we will discuss more                                                                                                            about this in future posts)

Note that skew can be seen between the same clock domain or between the different clock domains as well. It is hard to write everything here, like it is very huge topic there are various factors that causes skew internally and externally. So, I am trying to explain here as much simple as possible.

If the difference between arrival time of clock signals at two registers (both registers are of same clock domain) then that is called Intra clock skew or Local skew. If the registers are clocked by different clock domain then that time difference is called Inter clock skew or global skew. Global skew is also defined as difference between longest path delay and shortest path delay on a clock tree. There are multiple definitions for global skew, In general global skew refers to the difference between the clock arrival times across the entire IC. Following figure will give you a clear picture of this.


Skew between FF1 and FF2 is Local skew or intra clock skew.

Skew between FF1 and FF3 is global skew or inter clock skew.

 

we will discuss IO constraints in the next article. Thanks for reading this blog.

I know you guys are eagerly waiting for setup and hold concepts. I will post about that after SDC contents. There are many other concepts in STA we will discuss about that too in our future posts.






Comments

Popular posts from this blog

SDC (Synopsys Design Constraints) contents part 4

Today, we will be discussing the remaining constraints mentioned in the SDC, which pertain to timing exceptions and design rules. This is the final part of the SDC contents. This is going to be interesting, especially with multicycle paths. Take time to read and try to comprehend. 10. set_max_transition     By setting max transition value, our design checks that all ports and pins are meeting the specified limits mentioned in SDC. If these are not satisfied then timing report will give DRVs (design rule violations) in terms of slack. This is specified as               set_max_transition 0.5  UBUF1/A setting maximum limit of 500ps on pin A of Buffer1. 11. set_max_capacitance     This is same as max transition, setting the maximum capacitance value. if our design not meeting this value then violation will occur. This will also reports under design rule violations in terms of slack.     set_max_capacitance 0.7 [all_...

Apprenticeship CAI at MediaTek Bangalore

Hello Dear Readers,   Currently at MediaTek Bangalore vacancy for an Apprenticeship CAI role. Job Description: B.Tech degree in Electrical/Electronics Engineering with a strong educational background in Digital circuit design Experience in physical design of high performance design with frequencies > 2 Ghz. Experienced in hierarchical design, budgeting, multiple voltage domains and multiple clock domains. Strong skills with Cadence Encounter. Solid understanding of STA and timing constraints. Experienced in working on advanced process nodes (16nm). Strong expertise in Physical Verification to debug LVS/DRC issues at the block level. Requirement: B.Tech degree in Electrical/Electronics Engineering with strong educational background in Digital circuit design Experience in physical design of high performance design with frequencies > 2 Ghz. Experienced in hierarchical design, budgeting, multiple voltage domains and multiple clock domains. Strong skills with Cadence Enc...

IC Physical Design (PnR) at Ulkasemi

Hello Dear Readers,   Ulkasemi  has a vacancy for an IC Physical Design (PnR) role. Job Overview: As a full-time Trainee Engineer, the individual will be working on IC Physical Design implementation from RTL to GDSII to create design databases ready for manufacturing with a special focus on power, performance & area optimization with next-generation state-of-the-art process technologies. Job Responsibilities: Perform physical design implementation which includes Floor planning, Power Planning, Clock Tree Synthesis, Place and Route, ECO, Logic Equivalence checks Timing analysis, physical & electrical verification, driving the sign-off closure meeting schedule, and design goals Develop flow, methodologies, and automation scripts for various implementation steps Follow the instructions, compile documents, prepare deliverables, and report to the team lead Should remain up to date with the latest technology trends Educational Qualification:   B.Sc/M.Sc   in EEE or...