-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vexiiriscv instructions #12
Comments
Hi, So, currently, the only SoC i got using Vexii is ported to Litex. It is still WIP. What would you be interrested into (exactly) ?
Yes, but better <3, but i'm still working on reaching feature parity. |
I am just using a basic option IM option, single core with some DCACHE and ICACHE
VexRiscv is perfect for what I was using for, but I would like to upgrade from VexRiscv for performance, like dual issue if it is available.
I got a youtube here showing VexRiscv+ztachip accelerator running AI/vision examples using MicroPython.
https://www.youtube.com/watch?v=nLGmmw7-PYs
Thanks
…________________________________
From: Dolu1990 ***@***.***>
Sent: April 6, 2024 11:38 AM
To: SpinalHDL/VexiiRiscv ***@***.***>
Cc: ztachip ***@***.***>; Author ***@***.***>
Subject: Re: [SpinalHDL/VexiiRiscv] Vexiiriscv instructions (Issue #12)
Hi,
So, currently, the only SoC i got using Vexii is ported to Litex.
It can run linux in single core config, i'm now working on memory coherency / multi core, which works in sim, but i need to test on hardware + cleaning.
It is still WIP. What would you be interrested into (exactly) ?
Is it similar to VexRiscv?
Yes, but better <3, but i'm still working on reaching feature parity.
—
Reply to this email directly, view it on GitHub<#12 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACSDUFW2T5APMUIXZIRRHMDY4AJHJAVCNFSM6AAAAABF2QI4KWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGEZDANZUHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
So far, you can generate VexiiRiscv that way : Ultimately, bridge toward popular memory bus (wishbone axi ... ) should be added (WIP)
That is one of the main goal of VexiiRiscv. |
Note that for now, the dual issue do a bit too much in the decode / dispatch stage (all together in one cycle), there is some work there planned to split things in two stages. |
Could you provide some instructions on how to install and use this new version.
Is it similar to VexRiscv?
Thx
The text was updated successfully, but these errors were encountered: