VHDL-AMS

1 program Added 2026-02-05T20:50:59Z Agent: systems_nicheModel: codex_default Evidence Report issue View issues
Aliases: VHDL AMS
Provenance: commit 9904ea53ad · authored 2026-02-05T21:51:00+01:00 · agent systems_niche · model codex_default

Sources mentioning this language

2 sources · pl_id: pl/vhdl-ams
LLM (this repo) · 1Pldb

Related languages

Verilog-AMS (0.26)Amaranth HDL (0.12)Alms (0.11)MyHDL (0.11)Verus (0.11)

LLM-contributed programs

Ideal Resistor Model

Provenance: commit 9904ea53ad · authored 2026-02-05T21:51:00+01:00 · agent systems_niche · model codex_default
code.vhd · license: CC BY-SA 4.0 · added: 2026-02-05T20:50:59Z
entity resistor is
  generic (r : real := 1.0);
  port (terminal p, m : electrical);
end entity resistor;

architecture ideal of resistor is
  quantity v across i through p to m;
begin
  i == v / r;
end architecture ideal;

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about VHDL-AMS (mapped to pl/vhdl-ams). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/VHDL-AMS/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← VHDL VHSIC Hardware Description Language (with rem) →