課程資料
課程簡介
Let's talk to computers
***pre-launched with 5 videos***
RISC-V is a free and open RISC instruction set architecture. and was originally developed in Computer Science division of the EECS Department at the University of California, Berkeley
This course will talk a lot about RISC-V ISA from scratch, also including a section about why do we even need a computer architecture and how real-time day-to-day apps run on a computer, with examples
The final aim of this course is to help everyone to build a robust specifications, which is the very first criteria behind system design. In the upcoming courses,, these specifications will be coded in RTL hardware description language using verilog/vhdl and finally the RTL will placed and routed using opensource EDA tool chain.
This course will walk you through the specifications, starting from signed/unsigned integer representation till RV64IMFD Instruction set with some really cool images and examples. The conventions like "IMFD" will also be explored in a unique fashion, which is being never done before and any micro-processor or micro-controller related courses
Acknoledgements -
I would like to Thank SiFive, a company that was founded by the creators of RISC-V ISA.
I would also like to Thank Prof. David Patterson and his book "Computer Organization And Design - RISCV edition" which immensely helped in the making of this course.
Let's get inside computers...
課程章節
- 8 個章節
- 21 堂課
- 第 1 章 Introduction
- 第 2 章 Course Content
- 第 3 章 Integer number representation
- 第 4 章 Application binary interface (ABI)
- 第 5 章 Memory allocation and stack pointer
- 第 6 章 Analyze assembly language program in RISC-V format
- 第 7 章 Analysis of leaf and nested procedure
- 第 8 章 Conclusion and acknowledgements
課程內容
- Learn any computer ISA, Learn to write short assembly language program for RISCV cpu core, Learn how to define specifications of a system
此課程所涵蓋的技能
評價
-
MMaheshkumar Trinath Sahu
The course content is good. But the explanation is awful, could focus on lecture because the instructor is too fast
-
NNadia Farheen
This course helped me in getting an overview on how the c code is translated into assembly language and how the control flows between the main code and the procedure. I hope now i will be able to analyze the log files much better :)
-
GGreg Phillips
The course material is looking VERY good and worthwhile however, I'd suggest a different narrator. I'm sure this guy is very smart however, his speaking style is much too fast/nervous sounding and thus makes it unnecessarily challenging to track...
-
CChetan S Rajenavar
A good course ... can I know the courses which will help me understand the control sequences involved in the execution of these instructions