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
Tywaves fails when generating debug information with some Chisel default constructs. This is a failing example that @bathtub-01 discovered here (#42). Firtool raises a stack dump error while using an SRAMInterface.
After running a few more experiments I noticed that the error raises when "0 ports" are used in the SRAMInterface.
In fact, the following code works fine with 0.4.2-SNAPSHOT:
@bathtub-01 I fixed it. It's not available yet, I'd like to run more experiments first before creating a new release (#45). Let me know if you would need to test it soon. If it's the case I will release a tmp binary that you can use.
@bathtub-01 I fixed it. It's not available yet, I'd like to run more experiments first before creating a new release (#45). Let me know if you would need to test it soon. If it's the case I will release a tmp binary that you can use.
Thank you so much. I think I am OK to wait for your formal release :)
Tywaves fails when generating debug information with some Chisel default constructs. This is a failing example that @bathtub-01 discovered here (#42). Firtool raises a stack dump error while using an
SRAMInterface
.The text was updated successfully, but these errors were encountered: