Skip to content

simon-epfl/notes-ba3-simon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes BA3 Simon

Electromag

  • Notes : PDF
  • Formulaire Midterm : PDF

SHS

  • Notes : PDF
  • Constitution Fédérale : PDF

Probastats

  • Notes : PDF
  • Morris (book) : PDF

Softcon

  • Notes (midterm) : PDF
  • Exercises : PDF

Comparch

Setup the RISC-V Toolchain

  • Download riscv.zip file from here.
  • Extract the contents so the opt/riscv directory is located in /opt/riscv in your computer.
  • Run the debugger and see if it is showing the memory preview.

Setup Verilator

If verilator can not be built on your computer, you can use the docker image:

sudo docker run -ti -v ${PWD}:/work --user root:root \ 
verilator/verilator:latest --timescale 1ns/1ns --top-module tb \
--cc --exe --binary --timing --trace --trace-underscore -O2 lu.sv tb.sv

About

Mes notes de cours @ EPFL (bachelor semestre 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published