Hi while creating analysis port in monitor you passed parameter as #(our_sequence_item) ..but in earlier videos you created sequence_item class as our_packet..
The monitor class has no built-in port that's why we create a new port and the driver class already has a built-in port that was created by uvm developers. Or UVM monitor base class also has a built-in port.. Is that so?
the most underratedddddddddddddddddddddddddd channel
One suggestion is it would have been better if u had considered a small DUT as an example... Like a small 4 bit Adder etc
Great video series though👍
Underrated channel!
Thanks bro, simply and super explaination
Amazing leactures ❤
Hi
while creating analysis port in monitor you passed parameter as #(our_sequence_item) ..but in earlier videos you created sequence_item class as our_packet..
What is uvm_config_db ? Why null ?
The monitor class has no built-in port that's why we create a new port and the driver class already has a built-in port that was created by uvm developers. Or UVM monitor base class also has a built-in port.. Is that so?
Yes Christo George, sqr- dvr communication will take care of that.
Why are we declaring an interface inside the class as class can only have a virtual interface