gf-cocotb
Installation
SKILL.md
GF-Cocotb -- Python Testbench Generation
Generate Cocotb testbenches as an alternative to SystemVerilog TBs.
Tool Detection
python3 -c "import cocotb" 2>/dev/null
If not found, return GATEFLOW-RESULT ERROR with: pip install cocotb
Test Template
import cocotb
from cocotb.clock import Clock
from cocotb.triggers import RisingEdge