TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Logik: Open-source FPGA toolchain by Zero ASIC

120 pointsby jasondaviesabout 1 year ago

6 comments

zachbeeabout 1 year ago
This doesn&#x27;t appear to support any FPGAs other than their FPGA chiplet [1]. Also, like UncleOxidant said, the most complex parts of this toolchain are just existing open-source tools (Yosys and VPR).<p>This seems like a useful toolchain for ZeroASIC customers who are using their hardware, but not for FPGA enthusiasts more broadly.<p>[1]. <a href="https:&#x2F;&#x2F;www.zeroasic.com&#x2F;chiplets&#x2F;fpga" rel="nofollow">https:&#x2F;&#x2F;www.zeroasic.com&#x2F;chiplets&#x2F;fpga</a>
评论 #39928430 未加载
评论 #39924227 未加载
评论 #39924162 未加载
评论 #39924385 未加载
marcodiegoabout 1 year ago
I use to say this whenever I see anything related to FPGA: the FPGA world needs it&#x27;s equivalent to Arduino. Before the Arduino, the world of microcontrollers was dominated by bad proprietary tools; the FPGA world suffers of the same illness today.<p>We really need to fix this before FPGA&#x27;s falls in the hands and hearts of any willing hobbyist.
评论 #39927120 未加载
评论 #39926895 未加载
评论 #39929001 未加载
评论 #39925161 未加载
评论 #39925601 未加载
评论 #39927833 未加载
评论 #39926578 未加载
评论 #39948569 未加载
评论 #39927745 未加载
adaptevaabout 1 year ago
Haha, cool to see this on HN.:-)<p>Yosys and vpr is clearly doing the heavy lifting here...the novelty here is the fact that an FPGA startup is giving public access to the fpga pre production and is opening the bit stream format. This hasn&#x27;t really been done before.
londons_exploreabout 1 year ago
In computer programming, you can get say a ~10x speed improvement between writing bit twiddling code in python and hand writing SIMD assembly to do the same job.<p>Is there a similar gaping gap between writing verilog for something, vs hand-designing the lookup tables and laying out the FPGA routing?
评论 #39926903 未加载
评论 #39925472 未加载
UncleOxidantabout 1 year ago
Isn&#x27;t it Yosys and VPR doing the heavy lifting here?
评论 #39926408 未加载
snvzzabout 1 year ago
What are the advantages of this? e.g. How does this compare to using a Makefile?<p>(which is what I&#x27;ve been doing so far, and does not feel complex)
评论 #39926405 未加载