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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Getting Started with FPGAs on macOS

5 点作者 i_don_t_know将近 4 年前
I’m looking for recommendations for starting out with FPGAs on macOS: boards, software, setup, books, tutorials, etc.<p>From what I can tell, the usual tools don’t run on macOS and I will need to set up a VM with Linux or Windows. Is anyone working with FPGAs on macOS? How did you set up your machine and what tools &#x2F; boards do you use? Thank you.

2 条评论

johndoe0815将近 4 年前
Commercial development toolchains such as Vivado or Quartus require a Windows or Linux system. For me, it&#x27;s easier to simply set up a separate Linux machine for FPGA development instead of setting up a VM.<p>However, you can use the open source Symbiflow toolchain (<a href="https:&#x2F;&#x2F;symbiflow.github.io" rel="nofollow">https:&#x2F;&#x2F;symbiflow.github.io</a>) to develop Verilog-based systems (there&#x27;s also a VHDL frontend now AFAIK) for Xilinx 7-Series, Lattice iCE40 and ECP5 FPGAs directly on macOS.<p>For symbiflow, I would recommend a Lattice-based board such as the ulx3s (<a href="https:&#x2F;&#x2F;radiona.org&#x2F;ulx3s&#x2F;" rel="nofollow">https:&#x2F;&#x2F;radiona.org&#x2F;ulx3s&#x2F;</a>) or icesugar-pro (<a href="https:&#x2F;&#x2F;github.com&#x2F;wuxx&#x2F;icesugar-pro" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wuxx&#x2F;icesugar-pro</a>), but the Xilinx Arty-7 boards also seem to be supported now.
评论 #27419242 未加载
ecesena将近 4 年前
I did a 2h live tutorial with FOMU [1] during the conference Teardown 2019 and it was a pretty good experience for me. I knew nothing about FPGAs and in a relatively short time I had a mini RISC-V OS up and running and I could compile programs at different level of abstractions.<p>I could recommend to take a look at their tutorials and see what&#x27;s new&#x2F;if there&#x27;s support for newer boards.<p>But in terms of toolchain I really liked it and it worked flawlessly on Mac.<p>[1] <a href="https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;sutajio-kosagi&#x2F;fomu" rel="nofollow">https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;sutajio-kosagi&#x2F;fomu</a>
评论 #27431159 未加载