Lab Resources
  • Verilog 73.2%
  • Python 18.4%
  • Makefile 6.1%
  • Assembly 1.7%
  • Tcl 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-23 20:37:13 +07:00
Lab1
Lab2-3
Lab4
Lab5
Lab6-7
Lab8
README.md

Lab Resources for HW SYN LAB

Clone this repository or download zip file of this repository and follow instructions for each lab.

Directory Structure

In each lab, there are mainly 3 directories:

  • src: The source directory which contains template of Verilog design of modules.
  • sim: The directory contains Verilog files for simulation.
  • cocotb: The python testbenches and Makefiles.