Chisel Tutorial(一)——Chisel介紹
阿新 • • 發佈:2018-12-25
Chisel是由伯克利大學釋出的一種開源硬體構建語言,建立在Scala語言之上,是Scala特定領域語言的一個應用,具有高度引數化的生成器(highly parameterized generators),可以支援高階硬體設計。
其特點如下,部分特點找不到合適的中文表述,暫時沒有翻譯,哪位童靴有合適的翻譯可以及時說說啊。
- Hardware construction language (not C to Gates):硬體構建語言
- Embedded in the Scala programming language:內嵌於Scale程式設計語言
- Algebraic construction and wiring
- Abstract data types and interfaces:抽象的資料型別和介面
- Bulk connections:埠的批量連線
- Hierarchical + object oriented + functional construction:分層+面向物件+函式構建
- Highly parameterizable using metaprogramming in Scala:通過使用Scala的超程式設計實現高度的引數化
- Supports layering of domain specific languages
- Sizeable standard library including floating-point units:具有包含浮點單元在內的、可以調整大小的標準庫
- Multiple clock domains:支援多時鐘域
- Generates high-speed C++-based cycle-accurate software simulator:能夠產生高速的、基於C++的週期精確軟體模擬器
- Generates low-level Verilog designed to pass on to standard ASIC or FPGA tools:能夠產生Verilog設計,從而在標準的ASIC、FPGA工具中使用
- Open source on github with modified BSD license:在github上開源,使用的是改進的BSD協議
- Complete set of docs:完善的文件
- Growing community of adopters:不斷增長的社群