| name | gf-cocotb | ||||
|---|---|---|---|---|---|
| description | Generate Python testbench using Cocotb | ||||
| argument-hint | <module> [test-description] | ||||
| allowed-tools |
|
Generate Python-based testbenches using Cocotb.
/gf-cocotb rtl/counter.sv # Auto-generate tests
/gf-cocotb rtl/fifo.sv "test full and empty" # Specific test focus
test_<module>.py— Cocotb test fileMakefile— Cocotb simulation makefile
Requires: pip install cocotb