To run the examples in this repo:
- In your working directory, export the
WORKSPACE
variable
$ export WORKSPACE=$(pwd)
- Clone the CoCoTB Github repo:
$ git clone https://github.com/cocotb/cocotb.git
- The version of CoCoTB for this environment is
1.5.0
so the tag needs to be checked out
$ git checkout v1.5.0