/341-p4-usb

A repo for F15 18-341's USB project.

Primary LanguageSystemVerilog

The commands to make different projects:

prelab:
  make prelab

your testbench:
  make student

TA testbench:
  make simple
  make full

Faulty testbench:
  make faulty

If VCS compilation fails, try cleaning and rebuilding:
  make clean