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
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
Hi @jerinjoy , Thanks for the contributions to this wonderful repo ,
I'm trying to use hammer for cosimulation hence I want to use it with cocotb , I am using python interface of hammer to call the functions but when I'm trying to instantiate the hammer module in the cocotb tests , the simulator blocks and the control never comes back to the main thread , when I did a bit a logging , it seems it is stuck in the instantiation of sim_t of Spike source code , Given that we dont do modify the source code of spike , how can I fix this issue to work in an async function , I have tried some ways but am unable to debug the underlying issue .
Any suggestions would also help!
Thanks in advance