Skip to content

DharahasGoud/StanfordResearchVLSI

 
 

Repository files navigation

DragonPHY Project

BuildKite Status License:Apache-2.0 Code Coverage

DragonPHY is the second design in the Open Source PHY project at Stanford.

Installation Of DragonPHY

(The process to install the DragonPHY)

  1. Clone the repository.
> git clone https://github.com/StanfordVLSI/dragonphy2.git
  1. Go into the top-level folder
> cd dragonphy2
  1. Install the Python package associated with this project.
> pip install -e .

Upgrading Process

(The process to Update)

To upgrade to the latest version of DragonPHY:

  1. Pull changes from the master branch.
> git pull origin master
  1. Re-install the Python package (since dependencies may have changed):
> pip install -e .

Running tests Of DragaonPHY

(The process to Run Tests)

  1. First install pytest if it is not already installed:
> pip install pytest
  1. Then, in the top directory of the project, run the tests in the tests directory:
> pytest tests

About

Open Source PHY v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SystemVerilog 42.9%
  • Tcl 32.8%
  • Python 21.8%
  • Shell 1.1%
  • C 1.1%
  • Makefile 0.2%
  • Other 0.1%