adms

adms 2.3.7

Automatic device model synthesizer

https://github.com/Qucs/adms
GNU General Public License v3.0
programs: admsXml, admsCheck
Platforms (46)
loongarch64-linuxmips64-linuxx86_64-darwinmips64el-linuxsh4-linuxx86_64-solarispowerpc-linuxriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adms
];
Ad-hoc shell
nix-shell -p adms
Flake (nix run)
nix run nixpkgs#adms