Scope resolution operator in

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 12

  • @-Nithin-if6hk
    @-Nithin-if6hk 10 місяців тому +2

    Good explanation 👍

  • @srini.....
    @srini..... 10 місяців тому +1

    Nice explanation 👌 thanks

  • @ffgammerpro609
    @ffgammerpro609 10 місяців тому +1

    Randomization and constraints pls

  • @korravanaja9032
    @korravanaja9032 10 місяців тому +1

    Explain the configuration class in system verilog madam

    • @susheelapatagar
      @susheelapatagar  10 місяців тому

      There's no seperate concept called configuration class in SV. The UVM is just SV code and they have picked one way of dealing with configuration.

  • @bajantrisivasai6344
    @bajantrisivasai6344 10 місяців тому +1

    Can you explain the range is a inside [10:100] for every 5th Iteration will be 20 as soon as possible explain this problem for interview purpose

    • @susheelapatagar
      @susheelapatagar  10 місяців тому +1

      Please write the question alone clearly.
      According to my understanding I have written the code. Pls let me know if my question understanding is wrong.
      Here's the solution: link:edaplayground.com/x/edHJ

    • @bajantrisivasai6344
      @bajantrisivasai6344 10 місяців тому +1

      @@susheelapatagar Thanks Mam I got the output

    • @bajantrisivasai6344
      @bajantrisivasai6344 10 місяців тому +1

      i=0,a=20
      # i=1,a=80
      # i=2,a=14
      # i=3,a=22
      # i=4,a=89
      # i=5,a=20
      # i=6,a=45
      # i=7,a=63
      # i=8,a=43
      # i=9,a=72
      # i=10,a=20
      # i=11,a=24
      # i=12,a=24
      # i=13,a=13
      # i=14,a=68
      # i=15,a=20