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
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,
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:)
Great video. One good thing to mention is, ap.write will call both aimp write functions.
Nice clear video, thanks
Nice video man !!
Appreciate it!
HI, what if the subscribr has two ports (connected to two consumers). How will a single write() get transactions from both the ports ?
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
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,
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:)
And sir please make video on config db
Sure..
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..
Sir can you please show how to write test sequences in UVM for any protocol
Yes, if got some time then I will upload one video on this...