PSHDL

1 program Added 2026-02-23T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Plain and Simple Hardware Description Language
Provenance: commit 0fd9224c68 · authored 2026-02-23T13:36:48+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

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

Related languages

JHDL (0.51)VHDL (0.51)AHDL (0.49)HHDL (0.49)SDL (0.38)

LLM-contributed programs

State Machine

Provenance: commit 0fd9224c68 · authored 2026-02-23T13:36:48+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.pshdl · added: 2026-02-23T10:00:00Z
module de.tuhh.ict.Statemachine{
    enum States={IDLE, WAITING}
    register enum States state;
    switch (state) {
        case States.IDLE: state=States.WAITING;
        case WAITING: state=IDLE;
    }
}

Contribute — propose a file extension

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