Skip to content

themperek/ORConf23

Repository files navigation

Example of Reusable Verification for ORConf23

CI

Installation

  • Install conda for Python3

  • Install dependencies (check prerequisites for cocotb ):

conda env tdc -f environment.yml
conda activate tdc

Running simulation

[WAVES=1] py.test [-n auto] test

Building firmware

You need to install f4pga or use docker

pip install -r requirements.txt
cd fw
f4pga -vv build --flow ./flow.json

Running emulation

openFPGALoader -b arty fw/build/tdc_emu_top.bit
EMU=1 py.test -s test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published