Cocotb Tutorials #
An intro on how to use cocotb with a slight emphasis on HDL verification for signal processing algorithms. Cocotb is an open source coroutine-based cosimulation testbench environment for verifying VHDL and SystemVerilog RTL using Python!
What can you do with cocotb? #
Cocotb is a tool for writing testbenches to verify HDL. The learning curve is less steep than UVM or SystemVerilog - you can get up and verifying in minutes.