๐Ÿ“ฆ danielfspencer / blizzard-4-hw

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ GNU General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/danielfspencer/blizzard-4-hw.git
HTTPS git clone https://github.com/danielfspencer/blizzard-4-hw.git
SSH git clone git@github.com:danielfspencer/blizzard-4-hw.git
CLI gh repo clone danielfspencer/blizzard-4-hw
Daniel Spencer Daniel Spencer Add README.md f158322 4 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ libs
๐Ÿ“ models
๐Ÿ“ programs
๐Ÿ“ tests
๐Ÿ“„ .gitignore
๐Ÿ“„ build.js
๐Ÿ“„ jest.config.js
๐Ÿ“„ LICENSE.md
๐Ÿ“„ main.js
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ setup.js
๐Ÿ“„ README.md

This the repository for my CS351 3rd year project.

Requirements

  • Ubuntu 20.04
  • NodeJS v10.19.0
  • NPM v7.6.0
  • Verilator 4.028 2020-02-06 rev v4.026-92-g890cecc1
  • GCC v9.3.0

Installation

npm install

Usage

For detailed usage, see "Test Suite Documentation" in the "Implementation" section of the report.

Unit tests

npm run unit

Integration tests

npm run integration

Repository Structure

See "Repository Directory Structure" in the "Implementation" section of the report.