Skip to content

AdityaP1998/uvm-callbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple code on how uvm callback works there are 2 ways to implement callbacks: 1) uvm_do_callback --done in driver 2) uvm_do_obj_callback -- sequence

ADVANTAGES OF UVM CALLBACKS: Add features without touching base code. Reuse the same component in different environments with different behaviors. Inject error conditions, custom logging, or protocol violations for stress testing. Keep code clean, modular, and reusable.

--- Aditya

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors