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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Verilog Linear Algebra Circuits?

1 点作者 daly将近 3 年前
Is there a collection of linear algebra circuits in Verilog? There are full adders, fft, etc. Has anyone tried to build a mix and match set of linear algebra circuits?

1 comment

yababa_y将近 3 年前
there’s a blas: <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1907.07929.pdf" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1907.07929.pdf</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;spcl&#x2F;FBLAS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;spcl&#x2F;FBLAS</a><p>here’s a tensor core that i wish was open: <a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;abs&#x2F;10.1145&#x2F;3529650" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;abs&#x2F;10.1145&#x2F;3529650</a><p>opencores has plenty of cores you can rip code from: <a href="https:&#x2F;&#x2F;opencores.org&#x2F;projects?expanded=Arithmetic%20core" rel="nofollow">https:&#x2F;&#x2F;opencores.org&#x2F;projects?expanded=Arithmetic%20core</a><p>most linear algebra is really easy to implement and so all the complexity is outside actual few lines that do the hard work. the rest is contingent on parts of the design that can’t be reused. i don’t think a mix and match library would be very helpful personally.