JLefebvre55 / ECE241-Labs

Labs and coursework for UofT ECE241.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECE241-Labs

Labs and coursework for UofT ECE241.

Development

MacOS:

  1. Install the Verilog compiler: brew install icarus-verilog
  2. Compile with iverilog -o $fileNameWithoutExt.o $fileName
  3. Run with vvp $fileNameWithoutExt.o

About

Labs and coursework for UofT ECE241.


Languages

Language:Verilog 100.0%