risc-v中文社区

 找回密码
 立即注册
查看: 1007|回复: 0

[原创] 学习资料:Chisel汇总

[复制链接]

347

主题

564

帖子

2237

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
2237
发表于 2021-9-9 22:12:49 | 显示全部楼层 |阅读模式
https://www.youtube.com/watch?v=OhMuPQcyynY
Chisel Introduction Intensive (Beginner Track) - Chisel Community Conference 2018

https://www.youtube.com/watch?v=qM9G0jr3rLY
FIRRTL Intensive (Developer Track) - Chisel Community Conference 2018

https://github.com/freechipsproject/chisel-bootcamp
1. very good tutorial to start (including a basic introduction to Scala)
2. Some highlights:
2.1 Printf in different phases (in section 2.1_first_module): Chisel generator prints during circuit generation; Circuit prints during circuit simulation; Tester prints during testing
2.2 Notice how all Chisel variables are declared as Scala vals. Never use a Scala var for a hardware construct, since the construct itself may never change once defined; only its value may change when running the hardware.
2.3 An example to show Chisel's parameterization capabilities: Exercise: Parameterized Adder (in section 2.2_comb_logic)
2.4 Finite State Machine Comb logic (in section 2.3_control_flow)
2.5 Appendix: Explicit clock and reset (in section 2.4_sequential_logic)
2.6 IOs with Optional Fields (in section 3.1_parameters)
2.7 Implicits (in section 3.1_parameters)
2.8 AsyncFIFO example (in section 3.5_object_oriented_programming)
3. Read more
3.1 DspBlock & concept of diplomacy (in section 2.5_exercise)
3.2 section 2.6_chiseltest
3.3 section 3.6_types

https://www.chisel-lang.org/api/latest/index.html
Chisel API

https://github.com/freechipsproj ... isel_cheatsheet.pdf
Chisel Cheatsheet

https://github.com/ucb-bar
UC Berkeley Architecture Research

https://twitter.github.io/scala_school/
a series of lectures at Twitter to prepare experienced engineers to be productive Scala programmers

https://blog.csdn.net/qq_34291505/article/details/86744581

https://docs.scala-lang.org/over ... k/introduction.html
Scala book from Scala offical site
————————————————
版权声明:本文为CSDN博主「ncnsnm」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/ncnsnm/article/details/118123108

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



Archiver|手机版|小黑屋|risc-v中文社区

GMT+8, 2024-5-3 08:49 , Processed in 0.023099 second(s), 17 queries .

risc-v中文社区论坛 官方网站

Copyright © 2018-2021, risc-v open source

快速回复 返回顶部 返回列表