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
Installs
14
GitHub Stars
110
First Seen
May 26, 2026
gf-cocotb — codejunkie99/gateflow-plugin