hdl-simulation

Multi-simulator expertise for functional verification of FPGA designs

509 stars

Best use case

hdl-simulation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Multi-simulator expertise for functional verification of FPGA designs

Teams using hdl-simulation should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/hdl-simulation/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/fpga-programming/skills/hdl-simulation/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/hdl-simulation/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How hdl-simulation Compares

Feature / Agenthdl-simulationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Multi-simulator expertise for functional verification of FPGA designs

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# HDL Simulation Skill

## Overview

Expert skill for HDL simulation across multiple simulators, enabling comprehensive functional verification of FPGA designs.

## Capabilities

- Generate simulation scripts (do files, tcl)
- Configure ModelSim/Questa simulations
- Configure Vivado Simulator (xsim)
- Configure VCS and Xcelium simulations
- Analyze waveforms for debugging
- Generate VCD and FSDB dumps
- Configure code coverage collection
- Support mixed-language simulation

## Target Processes

- functional-simulation.js
- testbench-development.js
- uvm-testbench.js
- constrained-random-verification.js

## Usage Guidelines

### Simulator Setup
- Create project-specific compilation scripts
- Configure library mappings
- Set up include paths and search paths
- Define simulation options
- Configure waveform dump formats

### ModelSim/Questa
```tcl
vlib work
vlog -sv +incdir+../rtl ../rtl/*.sv
vsim -voptargs="+acc" tb_top
add wave -recursive /*
run -all
```

### Vivado Simulator (xsim)
```tcl
xvlog --sv ../rtl/*.sv
xelab -debug typical tb_top -s tb_sim
xsim tb_sim -runall
```

### VCS
```bash
vcs -sverilog -debug_access+all -f filelist.f -o simv
./simv +vcs+vcdpluson
```

### Waveform Analysis
- Identify timing relationships
- Trace signal propagation
- Compare expected vs. actual
- Use markers for measurements
- Create protocol decoders

### Coverage Collection
- Statement coverage
- Branch coverage
- Toggle coverage
- FSM coverage
- Functional coverage (SystemVerilog)

### Mixed-Language
- Compile VHDL and Verilog separately
- Use proper interface binding
- Handle type conversions
- Configure library order
- Test boundary conditions

## Dependencies

- Simulator CLI integration
- Waveform viewer knowledge
- Coverage analysis tools

Related Skills

phishing-simulation-skill

509
from a5c-ai/babysitter

Phishing simulation campaign execution and analysis for security awareness assessment

gazebo-simulation

509
from a5c-ai/babysitter

Expert skill for Gazebo Classic and Ignition/Gazebo Sim world creation and plugin development. Create SDF worlds with terrain, lighting, physics configuration, sensor models, and custom plugins.

network-simulation

509
from a5c-ai/babysitter

Skill for network condition simulation, emulation, and chaos engineering

fluid-simulation

509
from a5c-ai/babysitter

Water physics skill for fluid dynamics and buoyancy systems.

cloth-simulation

509
from a5c-ai/babysitter

Cloth physics skill for softbody dynamics and constraint systems.

accreditation-tracer-simulation

509
from a5c-ai/babysitter

Simulate Joint Commission tracer methodology to assess compliance with accreditation standards across patient care processes and support systems

monte-carlo-simulation

509
from a5c-ai/babysitter

Monte Carlo methods for uncertainty quantification

simulation-experiment-designer

509
from a5c-ai/babysitter

Simulation experimental design skill for efficient scenario analysis and optimization.

traffic-simulation-engine

509
from a5c-ai/babysitter

Traffic simulation skill for microsimulation, level of service, and signal optimization

scenario-simulation

509
from a5c-ai/babysitter

Scenario-based simulation for ADAS/AD validation

crash-simulation

509
from a5c-ai/babysitter

Crash simulation setup and analysis for occupant protection and regulatory compliance

gnc-simulation

509
from a5c-ai/babysitter

Skill for guidance, navigation, and control system simulation and analysis