Design Patterns in Real skalp Code

What does production skalp code actually look like? A tour of design patterns from two real projects — a grid-tie inverter control system and a content-addressed processor — covering state machines, type-safe control loops, hierarchical composition, and more.

July 1, 2025 · 16 min · Giri

skalp — Intent-Driven Hardware Description Language

A modern HDL written in Rust that preserves design intent from algorithm to gates, with compile-time clock domain safety and progressive refinement. ~221K lines across 24 crates.

January 1, 2025 · 27 min · Giri