TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ariane RISC-V CPU – An open source CPU capable of booting Linux

210 点作者 grlass将近 5 年前

7 条评论

ansible将近 5 年前
So I&#x27;ve had the itch to get a 64-bit RISC-V board of some sort. For reasons I won&#x27;t get into, I&#x27;m not so interested in the 32-bit version.<p>The prices for the Genesys 2 Kintex-7 are $1000 USD at Digikey, which is way too much to spend on a hobby. I suppose I could try to port the FPGA code to a cheaper platform, but I&#x27;m no expert on that sort of development.<p>Arguably, I&#x27;m not an expert on operating systems development either...<p>On the other end of the spectrum, There is this Canaan Kendryte K210 chip, which is a dual-core 64-bit RISC-V SoC, but only has 8MiBytes of on-chip SRAM, with no provision for SDRAM. An RTOS is of course the straight-forward choice for that, though people are apparently able to run a very slim Linux kernel on it as well. You can get various boards from Seeed Studio for $30 USD or less.<p>Is there something else that is a reasonable price? Less than $100 USD? Yes, I know, qemu is free.
评论 #23770912 未加载
评论 #23778028 未加载
j-pb将近 5 年前
I love that the controller symbol is a toilet, because on a miss-predict it does a &quot;flush&quot;.
DC-3将近 5 年前
Could someone break down the significance of this for those of us who are less hardware-acquainted? Does this represent the cutting edge of RISC-V CPU design? And how difficult would it to implement this design properly instead of simply emulating it with an FPGA?
评论 #23770245 未加载
评论 #23768708 未加载
评论 #23769701 未加载
评论 #23770122 未加载
ncmncm将近 5 年前
RISC-V could be a pretty good ISA, if only it came with a popcount instruction. Given popcount, it is easy to compose a whole range of other essential operations with just one or two more instructions. Without, you are stuck running two dozen instructions just to get to the first step.<p>Is the RISC-V evolutionary process capable of processing small-sized, incremental improvements? Or are only big &quot;extension&quot; instruction families even possible?
评论 #23771920 未加载
Symmetry将近 5 年前
Cool. No register renaming but scoreboared issue means it&#x27;s still weakly out of order. It seems to be grabbing the instruction stream in 32 bit chunks but I wonder if it can decode two compressed instructions in a single clock cycle?
评论 #23769892 未加载
Koshkin将近 5 年前
What’s so attractive in RISC-V compared to, say, ARM or MIPS? Is it just the license?
评论 #23771569 未加载
searedsteak将近 5 年前
Looks like it just shares a name with the spacecraft but isn&#x27;t related?
评论 #23768473 未加载
评论 #23768713 未加载
评论 #23768825 未加载