circuit-fibsqrt
Installation
SKILL.md
Circuit-Fibsqrt
Overview
This skill provides guidance for implementing mathematical computations as gate-level circuits. It covers combinational logic (adders, comparators, multiplexers) and sequential logic (feedback-based iteration) in text-based circuit simulators that use event-driven simulation.
When to Use This Skill
Use this skill when:
- Building circuits that compute mathematical functions (square root, Fibonacci, etc.)
- Working with text-based gate netlists (e.g.,
gates.txtformat) - Implementing multi-bit arithmetic operations at the gate level
- Debugging circuits in event-driven simulators with feedback loops
- Optimizing gate counts to meet resource constraints