We are a University of Waterloo design team that makes ASICs (application-specific integrated circuits).
Please read the onboarding documentation first.
Then, fork this repository to get started. Happy coding!
- Edit the info.yaml and update information about your project, paying special attention to the
source_filesandtop_moduleproperties. - Edit docs/info.md and add a description of your project.
- Add your Verilog files to the
srcfolder. - Edit test/Makefile and modify
PROJECT_SOURCESto point to your Verilog files. - Edit test/tb.v and replace
tt_um_examplewith your module name.