An open API service indexing awesome lists of open source software.

https://github.com/mattiamtzlr/epfl-cs173

Everything related to EPFL CS-173: Fundamentals of digital systems
https://github.com/mattiamtzlr/epfl-cs173

course-material university

Last synced: 3 months ago
JSON representation

Everything related to EPFL CS-173: Fundamentals of digital systems

Awesome Lists containing this project

README

          

# EPFL CS-173

Everything related to the EPFL CS-173 Fundamentals of digital systems course.
The two PDFs [CS-173 Exercises-Book](<./CS-173 Exercises-Book.pdf>) and [RV32I Reference Card](<./RV32I Reference Card.pdf>) have **not** been created by me but by the course team.

## Content
- [LogiSim](./LogiSim/) - Logic Circuit modeling using [Logisim-evolution](https://github.com/logisim-evolution/logisim-evolution)
- [Verilog](./Verilog/) - Hardware description using the [Icarus Verilog](https://github.com/steveicarus/iverilog) compilation system.
- [RISC-V](./RISC-V/) - RV32I ISA Assembly for the RISC-V architecture. Interpreted using [Venus](https://inst.eecs.berkeley.edu/~cs61c/fa21/resources/venus-reference/)