64 bit risc-V

-N2
Posts: 34
Joined: Fri Aug 14, 2020 11:23 am
Been thanked: 1 time

64 bit risc-V

Unread post by -N2 »

could the MiSTer setup be used to implement a risc-v processor?
hinibi
Posts: 1
Joined: Fri Aug 14, 2020 3:40 pm

Re: 64 bit risc-V

Unread post by hinibi »

I second that. It would great to start learning on this platform.
User avatar
Yop
Posts: 3
Joined: Fri Aug 14, 2020 7:46 pm
Has thanked: 14 times
Been thanked: 1 time

Re: 64 bit risc-V

Unread post by Yop »

Are you talking about a project like this ? https://github.com/thinkoco/de10-nano-riscv
xolod79
Core Developer
Posts: 38
Joined: Wed May 27, 2020 8:13 pm
Has thanked: 6 times
Been thanked: 35 times

Re: 64 bit risc-V

Unread post by xolod79 »

robng15
Posts: 26
Joined: Mon May 25, 2020 8:17 am
Has thanked: 1 time
Been thanked: 5 times

Re: 64 bit risc-V

Unread post by robng15 »

Have done some work on this. Whilst amazing, it sadly doesn't work in the MiSTer environment, just uses the MiSTer hardware. My skills aren't sufficient to work on integration.
-N2
Posts: 34
Joined: Fri Aug 14, 2020 11:23 am
Been thanked: 1 time

Re: 64 bit risc-V

Unread post by -N2 »

robng15 wrote: Sat Aug 15, 2020 9:53 am
Have done some work on this. Whilst amazing, it sadly doesn't work in the MiSTer environment, just uses the MiSTer hardware. My skills aren't sufficient to work on integration.
I can accept this limitation, cause with minimal effort the hardware can be reconfigured between the two enviroments. (sp?)

with the quick look I took of the github it seems to be for 32 bit implementations, are there are references to 64,128,256 bit cores?
robng15
Posts: 26
Joined: Mon May 25, 2020 8:17 am
Has thanked: 1 time
Been thanked: 5 times

Re: 64 bit risc-V

Unread post by robng15 »

As of yet, to my knowledge, not immediately, but the blackparrot core according to their GitHub page is 64 bit capable.
mattcaron
Posts: 1
Joined: Mon Oct 12, 2020 1:41 am

Re: 64 bit risc-V

Unread post by mattcaron »

I actually joined the forum just to talk about this integration... I'd like to see it integrated in to the project to boot a mini-PC type RISC-V cored SoC, say to run Debian on VHDs....

I've been doing embedded systems (Linux, FreeRTOS) for the past decade. I've always been interested in FPGAs, and I figured this would be a good jumping off point. I'm currently busy, working part time and homeschooling my kids, but that's going to change in a few months, as the current plan is to stop working completely, for the duration of homeschooling - which basically means my career, as it currently stands, is over.

So, in the meantime, to stay sharp, my plan was Rust + FPGAs. Might as well learn something new, no?

Good to see I'm not completely off base here.

What do folks think the best plan of attack is? Which core, how to approach, etc? I've read the "how to submit a core" docs, pretty straightforward. My inclination is to kind of just jump in and see what damage I can do....
antonie
Posts: 49
Joined: Mon May 25, 2020 7:03 pm
Has thanked: 2 times
Been thanked: 3 times

Re: 64 bit risc-V

Unread post by antonie »

Maybe start with something "simple"...like implementing a NeXTstation.
Post Reply