VVdemajia Posted September 21, 2015 Report Posted September 21, 2015 I am a new comer on UVM, and have a question on reactive slave agent. I saw the reactive slave agent sample in $UVM_HOME/example/ubus/. It has the mechanism includes sequence/sequencer/drive. I know the memory model is inside in the sequence, and the read data is sent back as resp to DUT. I have a question that if I integrate in the driver, do I still need the sequence and sequencer in the reactive slave ? I feel like keep the reactive slave agent including all of these is better to let the agent more flexible and extension. The sequence can change the response can change it and not only store it. Is it right for my understanding ? Quote
tudor.timi Posted September 21, 2015 Report Posted September 21, 2015 See this thread: http://forums.accellera.org/topic/5062-uvm-sequence-for-slave-implementation/ Quote
peegu Posted April 25, 2021 Report Posted April 25, 2021 @VVdemajia - where can I get the slave agent sample code in $UVM_Home/example/ubus/ ??? Please let me know...thanks in advance... Quote
peegu Posted April 27, 2021 Report Posted April 27, 2021 Hi everyone...does anyone know where $UVM_Home/example/ubus source code is? Quote
Bas Arts Posted April 28, 2021 Report Posted April 28, 2021 It is (typically) part of your vendor's tool installation. Inside the installation, look for "ubus" and/or "integrated". For example: $ find <path_to_vendor_installation> -name *ubus* If $UVM_HOME has been set correctly, you can also use $ find $UVM_HOME -name *ubus* Or simply use your favorite search engine on the web with terms "integrated", "ubus" and "uvm". Quote
peegu Posted April 28, 2021 Report Posted April 28, 2021 @Bas Arts Thanks for the response. I'm not able to find it...but no worries...I was just trying to see the memory model sequence inside it to see how it was created. Quote
Recommended Posts
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.