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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Open-Source Simple CPU?

7 点作者 roschdal大约 1 年前
Is there a open source simple CPU? Preferably Intel compatible or able to run Linux? Something I can build in my garage or in a simple microprocessor fab.<p>https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;skywater-pdk

2 条评论

RetroTechie大约 1 年前
Have a look at OpenCores.org, or some of the smaller RISC-V cores out there (most of which should be Linux capable).<p>x86 hasn&#x27;t been &quot;simple&quot; since around the 286 days. IC fabs even less.<p>Plz. define &quot;build in my garage&quot;? Fabricate IC&#x27;s? Build cpu from heaps of discrete transistors? Implement on programmable logic eg. FPGA?<p>Is &quot;Linux capable&quot; a requirement? Again: kinda conflicts with &quot;simple&quot; - especially considering other things needed to make a working system (screen or serial console, keyboard etc). A small RTOS may be more up your alley.<p>If custom IC: a rough estimate of transistor budget would help. And what peripherals or memory you&#x27;d want integrated (if any).
bjourne大约 1 年前
Yes, google for risc-v cores. There are literally hundreds of them. Some you can build on breadboards even.