verilog-vhdl-design

star 0

Verilog VHDL Design workflows for quantitative research, implementation, and production controls. use when tasks involve synthesizable rtl modules, deterministic state machines, and testbench coverage.

GhostOf0days By GhostOf0days schedule Updated 2/10/2026

name: verilog-vhdl-design description: "Verilog VHDL Design workflows for quantitative research, implementation, and production controls. use when tasks involve synthesizable rtl modules, deterministic state machines, and testbench coverage."

Verilog VHDL Design

objective

Execute verilog vhdl design work with reproducible research, explicit controls, and deployable outputs.

workflow

  1. define end-to-end latency budget and deterministic performance targets.
  2. instrument each stage from feed ingress to order egress.
  3. optimize kernel, memory, and network path for tail-latency reduction.
  4. stress packet bursts, failovers, and capacity saturation scenarios.
  5. promote only after reproducible latency and recovery behavior is verified.

required diagnostics

  • stage-level p50, p99, and p999 latency decomposition.
  • jitter and throughput stability under sustained burst load.
  • packet-loss recovery time and replay correctness.
  • resource saturation signals before service-level breach.
  • functional coverage gaps on edge-case packet sequences
  • timing and reset behavior under burst conditions

risk controls

  • enforce hard latency and packet-loss service objectives.
  • enforce automatic failover and load-shedding thresholds.
  • enforce runbooks for exchange-connectivity incidents.

outputs

  • run python scripts/verilog_vhdl_design_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.
  • write an implementation memo using references/verilog-vhdl-design-playbook.md with assumptions, tests, limits, and rollout plan.

resources

  • use scripts/verilog_vhdl_design_diagnostics.py for deterministic diagnostics.
  • use references/verilog-vhdl-design-playbook.md for the domain-specific checklist and delivery structure.
Install via CLI
npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill verilog-vhdl-design
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
GhostOf0days
GhostOf0days Explore all skills →