Nice, Can you please explain this in the consideration of IPC, put the data in one class and get the data in another class from the same mail box, how the mailboxes will connect b/w those 2 classes
Use peek() method first and before calling the second peek(), get the data first by calling get() and so on.. Without removing the last data u cannot copy the new data.
thank you for the vedio
Please explain any complete system verilog testbench example and how to write different test cases
Yeah sure
Nice, Can you please explain this in the consideration of IPC, put the data in one class and get the data in another class from the same mail box, how the mailboxes will connect b/w those 2 classes
Please go though this. I hope u can understand it.
edaplayground.com/x/EkYu
@@susheelapatagar Thanks a lot,
If we want to copy all three values what to do
Use peek() method first and before calling the second peek(), get the data first by calling get() and so on..
Without removing the last data u cannot copy the new data.
Mb.put(name) should be there na
You can pass either variable name or variable value itself.
name is string type and i am passing its value "STRING"
mb.put()