Skip to content
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

NaxRiscv Extensions #22

Open
YiminGao0113 opened this issue Feb 23, 2023 · 1 comment
Open

NaxRiscv Extensions #22

YiminGao0113 opened this issue Feb 23, 2023 · 1 comment

Comments

@YiminGao0113
Copy link

Hi,
I wanted to ask how much amount of work it will be to extend the NaxRiscv with a few custom instructions for AI, for instance, vector-matrix multiply? Thanks.

@Dolu1990
Copy link
Member

Hi,
So, if the inputs are regular register file, and output too, no new load and store, that's realy easy (ex SIMD on the int RF), that's just like one hour of work.

If things get more invloved, like new register file, As long as the load / store keep working like the actual FPU / INT ones, that's not too much a big deal, maybe 2 days of work,

If load and store are custom, that maybe way more work involved, like hell amount of work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants