Analysis port and export/implementation port w.r.p.t SV-UVM

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

КОМЕНТАРІ • 13

  • @outlaw03d
    @outlaw03d 6 місяців тому

    Great video. One good thing to mention is, ap.write will call both aimp write functions.

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

    Nice clear video, thanks

  • @vishnuprasad-iu4wg
    @vishnuprasad-iu4wg 2 роки тому +1

    Nice video man !!

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

    HI, what if the subscribr has two ports (connected to two consumers). How will a single write() get transactions from both the ports ?

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

      Hi, actually I have uploaded a video in which there r two implementation ports for scoreboard class.. below is a link for that video.
      By following this may be u can implement what u want in subscriber class.
      Hope this will help:)
      ua-cam.com/video/Ae2rt2ugl2E/v-deo.html

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

    Hello Sir,
    I had a question regarding the above code:
    1. What if i write ( trans = transaction::type_id::create("trans",this); ) in the run phase
    2. (ap = new("Write",this); ) in the build phase will it change the result?
    Regards,

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

      See every phase has been defined to do the specific job, but in run phase also u can create an object using factory's create method..
      Just try to implement once.
      Hope this helps:)

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

    And sir please make video on config db

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

      Sure..

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

      ua-cam.com/video/kuknkgU-p-c/v-deo.html
      first part of this video is based on config_db w.r.p.t svuvm
      Hope this will help..

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

    Sir can you please show how to write test sequences in UVM for any protocol

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

      Yes, if got some time then I will upload one video on this...