SystemVerilog Tutorial in 5 Minutes - 17 Assertion and Property

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

КОМЕНТАРІ • 25

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

    Thank you. I've watched all 25 videos. Your sharing and example are so good. Wish you all the best.

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

      Thanks for the comment! Glad you like them 🙂

  • @ragavendraabd-ig1rh
    @ragavendraabd-ig1rh 4 місяці тому

    The way you explain the concepts in the easy way is wonderfull, Your explanation skills are fentastic sir.. Thank you from Raghavendra , India.

    • @openlogic925
      @openlogic925  4 місяці тому

      Glad it helps. Thanks for the comment 😊

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

    All your videos are really good. Need more videos for SV and UVM. Thank you so much.
    From India❣

    • @openlogic925
      @openlogic925  2 роки тому +2

      Thanks for the comment. I'll do my best 😊

  • @tigerchen3808
    @tigerchen3808 Рік тому

    May I ask 3:20 when does "disable iff" happen? I can't understand , thanks for your reply.

    • @openlogic925
      @openlogic925  Рік тому

      You can treat "disable iff( condition )" like a normal "if ( condition )". It means if "condition" is true, then don't check. In the property, the condition is evaluated at every posedge of clk.

    • @tigerchen3808
      @tigerchen3808 Рік тому

      @@openlogic925 Thanks ! I got it.

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

    Thank you very much for your tutorials!! Trully enlightening!
    Could you please upload the slides and the code snippets on Google Drive and share them on the video descriptions??

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

      Thanks for the compliment. I'm sorry, I don't plan to share the slides.

  • @E4tHam
    @E4tHam Рік тому

    Is it possible to do assert final property? I couldn't figure it out

    • @openlogic925
      @openlogic925  Рік тому

      I've never tried that but logically you cannot. assert final is meant to check final resting value (the signal value that finally stabilizes after a clock event), but property is meant to check the stabilized value right before a clock event.

  • @Zanzara0403
    @Zanzara0403 Рік тому

    Thanks for sharing!

  • @notabot1798
    @notabot1798 Рік тому

    Amazing

  • @srini.....
    @srini..... 2 роки тому

    Nice👌👌

  •  2 роки тому

    Where is the next video??

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

      It's still work in progress

    •  2 роки тому

      @@openlogic925 you are doing great. Please do keep going ;)

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

      @ Thanks for the encouragement 😊

  • @AyushAgarwal-YearBTechElectron

    Thanks vro