Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 942 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 942 Bytes

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