Skip to content

qarlosalberto/cocotbExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • cocotb
pip install cocotb
  • Edalize
pip install edalize
  • GHDL
apt install ghdl
  • cocotb-test
pip install cocotb-test
  • cocotb-coverage
pip install cocotb-coverage

Tests tools

cocotb-test

cd tools/cocotb/axi; SIM=ghdl pytest -s cocotest_test_axi.py

cd tools/cocotb/simple; SIM=ghdl pytest -s cocotest_test_adder.py

cocotb

cd tools/cocotb/axi; make

cd tools/cocotb/simple; make

Edalize

cd tools/edalize; python edalize_simple_ghdl.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published