You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried a simple sempahore code and got a decent error as:
ivl_uvm_semaphore.sv:2: error: semaphore doesn't name a type.
As part of IVL_UVM project we tried the below code to add sempahore support. It is far from perfect, bit untested, but you can get the idea of how we approach this in Icarus. I recall long back Vera/OpenVera didn't have these mailbox/sempahore etc. as built-in and were added as support classes. Can we do a similar thing here in Icarus?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I tried a simple sempahore code and got a decent error as:
As part of IVL_UVM project we tried the below code to add sempahore support. It is far from perfect, bit untested, but you can get the idea of how we approach this in Icarus. I recall long back Vera/OpenVera didn't have these mailbox/sempahore etc. as built-in and were added as support classes. Can we do a similar thing here in Icarus?
Code below for your review:
Beta Was this translation helpful? Give feedback.
All reactions