More screenshots
Works with the AI tools you already use
FPGA Booth Recoding Multiplier
Radix-4 Booth multiplier design with verified RTL and an exhaustive golden model — halve your partial products without sign-extension bugs.
$30
FPGA Booth Recoding Multiplier
Example session with this skill installed
Generate a 16-bit signed Radix-4 Booth multiplier in Verilog with the corresponding Python golden model for verification.
- Read your context and instructions
- Compiled the fpga booth recoding
- Generated the UI component
RTL generated: booth_mult_16x16.v (parameterized).
Logic: Radix-4 recoding, 8 partial products, MSB inversion for sign-prevention.
Correction Vector C: 0xAAAA8000.
Run python3 scripts/booth_golden.py --width 16 to verify against hardware-accurate partial products.
booth-recoding-multiplier.tsx
TSX · React component
Example file from a real run - the skill writes it into your workspace.
Connects securely to your tools. The creator never sees your data.
What you get
About this skill
Build radix-4 (modified Booth) multipliers that actually work on the first synthesis.
What you get:
- The complete radix-4 recoding tables and encoder equations, with the sign-extension-prevention correction vector derived in closed form — the part most implementations get wrong.
- One's-complement negative partial products with separate correction bits, signed AND unsigned operand handling (including the extra top digit unsigned operands need).
- Parameterized Verilog-2001: digit encoder, partial-product generator, and a full generate-loop multiplier — compiled and simulated with 1,515 checks, 0 errors, including the INT_MIN x INT_MIN corner.
- A pure-stdlib Python golden model that reproduces the hardware algorithm bit-exactly (rows + neg bits + correction vector, not a shortcut a*b) — verified exhaustively on all 65,536 signed 8x8 pairs plus random 32x32, with a debug CLI that prints the recoded digits for any operand pair.
- An honest FPGA-vs-ASIC section: when Booth pays off on LUT fabrics and when a plain AND-array partial-product multiplier is the better choice.
Run python3 scripts/booth_golden.py after install: it self-tests in seconds and exits 0. Every claim in this skill is backed by that runnable evidence.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 1 month ago
- Passed all security checks, Safe to install