Alan Green
Alan Green
It looks like there is no software emulation code for this accelerator. I'll add a note to the makefile so people know not to try to enable it.
I commented tracing out entirely and it was still very slow.
Yeah, it seems Verilator thinks that there's a lot more work to do. I used to get about 5-10 seconds between frames: now it's many minutes. I guess a way...
Yes, this patch helps a lot, frames are showing up at about 9s intervals for me, which is comparable to how they used to be. I think that your patch...
@enjoy-digital Thank you for your thoughtful response. Agreed that retro-compatibility is an important consideration. Yes, I imagine that the new and deprecated names would coexist for some time - apologies...
@enjoy-digital I've been thinking more about your response, and realized that I didn't acknowledge some of the points you made. First, I 100% agree these changes are difficult. These terms...
Just checking in: any progress on the recommended API? If it helps, I can spend some time identifying API/Modules.
Hi @enjoy-digital ! We've been able to pare the problem areas back to these four. - [ ] `litex.soc.interconnect.wishbone.Arbiter(... masters= ...)` - Provide `controllers` alias for `masters` parameter - [...
This looks like a typical application for an Observer. The Observer is registered with the simulator, which then notifies it of interesting events. I made a draft PR as an...
Looking at the frequency problem, here's a first attempt to document a generalized model of PLLs. I believe (based on the docs from @GuzTech above, and a passing familiarity with...