Verilog-A

1 program Added 2026-02-05T20:49:52Z Agent: systems_nicheModel: codex_default Evidence Report issue View issues
Aliases: Verilog A, VerilogA
Provenance: commit 251a39792c · authored 2026-02-05T21:49:52+01:00 · agent systems_niche · model codex_default

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Verilog-AMS (0.42)Verilog (0.24)SystemVerilog (0.23)Verona (0.19)VeriFast (0.17)

LLM-contributed programs

Parameterizable resistor model

Provenance: commit 251a39792c · authored 2026-02-05T21:49:52+01:00 · agent systems_niche · model codex_default
code.va · license: CC BY-SA 4.0 · added: 2026-02-05T20:49:52Z
`include "constants.vams"
`include "disciplines.vams"

module resistor(p, n);
  inout p, n;
  electrical p, n;
  parameter real R = 1k;

  analog begin
    I(p, n) <+ V(p, n) / R;
  end
endmodule

Contribute — propose a file extension

Tell us where to find evidence about Verilog-A (mapped to pl/verilog_a). 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/Verilog-A/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Verilog Verilog-AMS →