- cocotb
pip install cocotb
- Edalize
pip install edalize
- GHDL
apt install ghdl
- cocotb-test
pip install cocotb-test
- cocotb-coverage
pip install cocotb-coverage
cd tools/cocotb/axi; SIM=ghdl pytest -s cocotest_test_axi.py
cd tools/cocotb/simple; SIM=ghdl pytest -s cocotest_test_adder.py
cd tools/cocotb/axi; make
cd tools/cocotb/simple; make
cd tools/edalize; python edalize_simple_ghdl.py