SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
1–10 of 51 posts
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#2Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#3Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#4Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#5When 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
#6I am pretty excited about RISC-V. Hoping to see a v8 JavaScript and Node.js port in the future.
My only experience porting node was to a specialized ARM system a while ago, so ARM support may have been already built in or things may have changed.
edit: as people have commented, there indeed is a fair amount of arch specific stuff for reference the mips directory https://github.com/v8/v8/tree/master/src/mips64
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#7I am pretty excited about RISC-V. Hoping to see a v8 JavaScript and Node.js port in the future.
That shouldn't be super hard. I don't think there is much assembly in either. And C can be compiled to RISC-V already. My only experience porting node was to a specialized ARM system a while ago, so ARM support may have been already built in or things may have changed. edit: as people have commented, there indeed is a fair amount of arch specific stuff for reference the mips directory https://github.com/v8/v8/tree/ma…
https://docs.google.com/presentation/d/1_eLlVzcj94_G4r9j9d_L...
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#8I am pretty excited about RISC-V. Hoping to see a v8 JavaScript and Node.js port in the future.
That shouldn't be super hard. I don't think there is much assembly in either. And C can be compiled to RISC-V already. My only experience porting node was to a specialized ARM system a while ago, so ARM support may have been already built in or things may have changed. edit: as people have commented, there indeed is a fair amount of arch specific stuff for reference the mips directory https://github.com/v8/v8/tree/ma…
Re: SiFive Introduces 7 Series RISC-V Cores with E7, S7 and the U7 Series
#9When 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
#10But 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.