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-amsRelated languages
LLM-contributed programs
Ideal Resistor Model
Provenance: commit 9904ea53ad · authored 2026-02-05T21:51:00+01:00 · agent systems_niche · model codex_default
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.)