When can I buy an affordable, complete RISC-V computer? I've been long planning to cook my own with FPGA but it seems like soon we'll start getting affordable RISC-V CPUs with other utility support?
SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
11–20 of 51 posts
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#12When can I buy an affordable, complete RISC-V computer? I've been long planning to cook my own with FPGA but it seems like soon we'll start getting affordable RISC-V CPUs with other utility support?
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#13I've only had a passing interest in learning assembly. It's always been in the "maybe one day" category. But after learning about how small the RISC-V instruction set is (less than 50 apparently, but I can't find a citation for that anywhere), I'm far more motivated to get into it.
https://www.cl.cam.ac.uk/teaching/1617/ECAD+Arch/files/docs/...
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#14When can I buy an affordable, complete RISC-V computer? I've been long planning to cook my own with FPGA but it seems like soon we'll start getting affordable RISC-V CPUs with other utility support?
There are none yet. RISC-V is likely to appear in embedded and mobile devices before a full desktop machine is competitive with Intel processors.
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#15I've only had a passing interest in learning assembly. It's always been in the "maybe one day" category. But after learning about how small the RISC-V instruction set is (less than 50 apparently, but I can't find a citation for that anywhere), I'm far more motivated to get into it.
from the times when x86 wasn't that big: http://pastraiser.com/cpu/i8080/i8080_opcodes.html
30 years ago we were typing the hex codes of those commands straight into the Forth words bodies using the mental copy of that table (as you see it has very logical easy to remember organization)
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#16I've only had a passing interest in learning assembly. It's always been in the "maybe one day" category. But after learning about how small the RISC-V instruction set is (less than 50 apparently, but I can't find a citation for that anywhere), I'm far more motivated to get into it.
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#17When can I buy an affordable, complete RISC-V computer? I've been long planning to cook my own with FPGA but it seems like soon we'll start getting affordable RISC-V CPUs with other utility support?
With QEMU you can already do amazing things. Every component required by Linux From Scratch has been stable, and you can get a Fedora/Debian image for that as well.
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#18When can I buy an affordable, complete RISC-V computer? I've been long planning to cook my own with FPGA but it seems like soon we'll start getting affordable RISC-V CPUs with other utility support?
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#19Earlier quoted context omitted.
There are none yet. RISC-V is likely to appear in embedded and mobile devices before a full desktop machine is competitive with Intel processors.
Why not embedded? It seems like that would happen well before full desktop machines and competitive speeds.
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#20I've only had a passing interest in learning assembly. It's always been in the "maybe one day" category. But after learning about how small the RISC-V instruction set is (less than 50 apparently, but I can't find a citation for that anywhere), I'm far more motivated to get into it.
That said, whether you choose to start with it or RISC-V, from personal experience SiFive's implementations are phenomenal. I used one of their free-implementations, and I was blown away by how easy it was to use their automated tools to build a core exactly the way I wanted. Not as easy as generating a NIOS core, but much more capable. With an Artix-7, I had a very capable low-range processor in about an hour.