文章目录
Chisel 一种硬件描述语言,类似 verilog
本质是 Scala编程语言的一个包,类似于 numpy 是 Python 的一个包。
- 官网 : https://www.chisel-lang.org
- github: https://github.com/chipsalliance/chisel
同名的还有个 Facebook 下的 chisel
https://github.com/facebook/chisel
Chisel is a collection of LLDB commands to assist debugging iOS apps.
相关博客/教程:
- Scala / Chisel教程汇总
https://blog.csdn.net/qq_34291505/article/details/86744581 - 知乎 桔里猫 :Chisel初体验——Chisel是什么(一)
https://zhuanlan.zhihu.com/p/356716945
2023-08-11