Agent skill

hdl-simulation

Multi-simulator expertise for functional verification of FPGA designs

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill hdl-simulation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-Glob-Grep-Bash
Path: library/specializations/fpga-programming/skills/hdl-simulation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 - I

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Target Processes
  4. Usage Guidelines
  5. Simulator Setup
  6. ModelSim/Questa
  7. Vivado Simulator (xsim)
  8. VCS
  9. Waveform Analysis
  10. Coverage Collection
  11. Mixed-Language
  12. Dependencies
Ships with 1 file
  • README.md
Commands it runs
vcs -sverilog -debug_access+all -f filelist.f -o simv
More from babysitter
All skills →
About this skill
What does the hdl-simulation skill do?

Multi-simulator expertise for functional verification of FPGA designs

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill hdl-simulation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going