Easier UVM - Configuration

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 8

  • @sagarkankanala1
    @sagarkankanala1 7 лет назад +2

    Build phase is top down fashion in UVM right then how the "param" gets value 1 ?@23:58

    • @advaitharmy
      @advaitharmy 7 лет назад

      May be Top module has higher priority.

  • @gureliash2408
    @gureliash2408 2 года назад

    John, thanks for the very enrich and clear video.
    one point that was missed here is how you override agent config fields from higher hirarchy, for example at agent configuration i have many checkers knobs enable/disable.
    when i upload an reuse environment in higher hirearchy i'd like to disables some checkers or the same for collecting coverage.
    how it done by this way you choose to implemnt configuration?
    thanks

  • @Ahmedshehata200
    @Ahmedshehata200 2 года назад

    Thank you for the video!
    A Question: Why do we get the config inside the environment class and then setting them back to the configuration database so as to be retrieved inside each agent? Why did we not retrieve them in one step (From top_level module to agent, no need to get inside environment)?
    Thanks,
    Ahmed

  • @dipakabhani4938
    @dipakabhani4938 7 лет назад

    while setting interface from top module, we are setting with scope null, what will be the difference if I will use uvm_root::get () instead of null?

  • @adityaraja8276
    @adityaraja8276 5 лет назад

    can you make a video on resource db?