Jump to content

Mapping relationship between Design Patterns and UVM


Recommended Posts

Hi OO experts,

Today I am trying to list some mapping relationship between GOF design patterns and UVM.

I hope this table could help some people who knows either design patterns or UVM to have quick idea about anohter thing.

hope some could help to list more examples or correct my mistakes. Thanks!

Abstract Factory - ?

Builder - uvm_component

Factory Method - UVM Factory

Prototype VMM Factory

Singleton uvm_*_pool

Adapter uvm_reg_adapter

Bridge uvm_driver and uvm_sequencer

Composite uvm_sequence_lib and uvm_sequence

Decorator - ?

Facade - ?

Flyweight - insignificant ?

Proxy - insignificant ?

Chain of Responsibility -?

Command - uvm_sequence_item

Interpreter - insignificant ?

Iterator - ?

Mediator - virtual sequencer

Memnto - insignificant?

Observer uvm_monitor

State - uvm_phase ?

Strategy - uvm_sequence

Template Method - uvm_phase

Visitor - ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...