Electronics Interview Questions : Static Timing Analysis : STA Part 3

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 44

  • @praveenmukkiri6374
    @praveenmukkiri6374 3 роки тому +3

    hi sir, Thanks for such a wonderfull explaination, Hoping for the review of my answer
    1)27ns
    2)I will add some buffers of arround 5ns to the output of comb(5 ns) and then it will be the input for a mux which selects the output of comb(10ns), now from then again one more mux to select output of last comb(10ns),
    so my final Tmin would be Tcq+5(comb1)+5(extra buff)+1(mux)+1(mux) +(setup time)= 14ns

    • @ayushgemini
      @ayushgemini 2 роки тому

      I am also getting same answer

  • @LakkisettyPrudhviraj
    @LakkisettyPrudhviraj 3 роки тому +6

    1) 27ns 37.03 MHZ
    2)17ns 58.8 MHZ

  • @kamleshr2130
    @kamleshr2130 2 роки тому +1

    Awesome technique. Thanks a lot !!

  • @breathemusic5260
    @breathemusic5260 3 роки тому +2

    Sir what is the source of your questions on digital design and STA?

  • @Placement_
    @Placement_ 2 роки тому +3

    Correct Ans for Last Question 2nd part is 18 ns second only becoz in Question it is clearly mention that only 1 bit input line is only between those Combinational blocks which have 10ns delays So I don't understand why you people are assuming every line as 1 bit line.

  • @alvinaug3844
    @alvinaug3844 7 місяців тому +1

    1) 27 ns
    2) 18ns

  • @shri1527
    @shri1527 5 років тому +2

    can we further increase the time period by putting an extra flipflop in between CL1 and CL2 ?

    • @TechnicalBytes
      @TechnicalBytes  5 років тому +2

      No dear, we can not put flip flop .. i have given practical example of combinational duplication in the following video:
      ua-cam.com/video/gN0eSum4S4E/v-deo.html

    • @TechnicalBytes
      @TechnicalBytes  5 років тому +2

      please let me know if it answered your question

    • @TechnicalBytes
      @TechnicalBytes  5 років тому +1

      in this example, i have taken a adder.. all its inputs reach at the same time and we need its output at the same time.. In rpple carry adder, carry propagates to the next position, if we put a flop then we can not get the output of adder at the same time.

    • @balasubrahmanyamp6406
      @balasubrahmanyamp6406 2 роки тому

      @@TechnicalBytes sir i am getting 14ns is it correct.... thanks in advane

  • @kiran7264
    @kiran7264 3 роки тому +1

    For the first question, Shouldn't the first answer be:
    Tcq + Tcl1 + 1ns (because of Assumption1 for cl1) + Tcl2 + 1ns (because of Assumption1 for cl2)+Tsu
    1+ 10 + 1 + 10 + 1 + 1 = 24ns

  • @s02tambe
    @s02tambe 5 років тому +4

    Q1. min time period = 27 ns
    Q2. min time period(after CL) = 18 ns (if mux propogation delay is considered to be 1 ns)

    • @TechnicalBytes
      @TechnicalBytes  5 років тому +6

      Very nice .. Probably, you have replicated one of the CL of 10ns. You can reduce minimum time period further by replicating another 10ns CL logic. Please reply, once you are able to reduce time period further..

    • @s02tambe
      @s02tambe 5 років тому +2

      @@TechnicalBytes Sir, not sure whether I am right. min time period (after replicating three CL) = 5 ns. We will require two 2X1 muxes and one 4X1 mux. Assuming each mux is having propagation delay of 1 ns. 2X1 mux for 5ns logic, 4X1 for 10 ns logic as we are having two input coming to that combination.

    • @TechnicalBytes
      @TechnicalBytes  5 років тому +1

      @@s02tambe can you draw your answer on the paper and share it with me by putting it in any share drive like google drive..

    • @TechnicalBytes
      @TechnicalBytes  5 років тому +2

      @@s02tambe I will review it .. and let you know .. We really appreciate your interest.

    • @s02tambe
      @s02tambe 5 років тому

      @@TechnicalBytes Thank you sir..

  • @winself
    @winself 4 роки тому +1

    superb question !

  • @ujjwalkumar7199
    @ujjwalkumar7199 5 років тому +1

    sir please tell the answer...my exam is on 25th..

    • @TechnicalBytes
      @TechnicalBytes  5 років тому +7

      one of our subscribers tried to solve it like this, but it is not correct.
      drive.google.com/open?id=1WoD_-X1DTu0UxibiOLkRhvAfCOJHPxRL

    • @placementdas3997
      @placementdas3997 2 роки тому

      @@TechnicalBytes Sir here he is assuming that the delay for both 2X1 and 4X1 mux is 1 ns. But a 4X1 mux is made of 3 2X1 muxes so delay will be atleasr 2 ns

    • @jeettirkey7948
      @jeettirkey7948 2 роки тому

      @@TechnicalBytes thank you sir such a GOOD content

    • @Placement_
      @Placement_ 2 роки тому +1

      @@TechnicalBytes Correct Ans for Last Question 2nd part is 18 ns second only becoz in Question it is clearly mention that only 1 bit input line is only between those Combinational blocks which have 10ns delays So I don't understand why you people are assuming every line as 1 bit line.

    • @ayushgemini
      @ayushgemini 2 роки тому +1

      @@TechnicalBytes I think Its wrong. Correct answer is 14ns. By using two 2:1 MUX

  • @SowjanyaRath
    @SowjanyaRath 2 роки тому

    solution please

  • @kiran7264
    @kiran7264 3 роки тому +3

    Answer for Question for viewers:
    Ans1: Tmin = Tcq + 10 ns + 10 ns + Tsu
    Tmin = 1+10+10+1 = 22ns
    Ans2: Tmin = Tcq + 10 ns + Tmux + Tsu
    Tmin = 1+10+1+1 = 13ns

    • @faneeshbansal
      @faneeshbansal Рік тому +1

      wrong ans, as we have to select the critical path ( path which has maxm delay) to find the maxm frequency so that each register to register can work without any timing error.

  • @shrikantbhise3176
    @shrikantbhise3176 2 роки тому

    Q1: 27ns
    Q2: 14ns

  • @kaustubhmane4304
    @kaustubhmane4304 3 роки тому

    13ns