# Installer surelog avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de surelog pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:surelog
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install surelog
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#surelog
```

  Preuve: nixpkgs package indexes: pkgs/by-name/su/surelog/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:surelog
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.86
- **Résumé source:** SystemVerilog Pre-processor, parser, elaborator, UHDM compiler
- **Page d'accueil:** <https://github.com/chipsalliance/Surelog>
- **Dépôt:** <https://github.com/chipsalliance/Surelog>
- **Dernière mise à jour:** 2026-07-10T03:17:47Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- surelog (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.86
## Historique du projet et usages

Surelog is an open-source SystemVerilog 2017 preprocessor, parser, elaborator, and UHDM compiler. Its official README positions it as a reusable front end for open EDA flows rather than a standalone end-user application.

### Historique du projet

Surelog's stated goal is to provide a complete SystemVerilog 2017 front end for design and testbench code. The project is part of the CHIPS Alliance ecosystem and is closely tied to UHDM, producing serialized models and VPI-compatible data that downstream tools can consume.

### Historique d'adoption

The README cites equivalence work against large open cores such as BlackParrot and Ariane, and notes Ibex and Earlgrey use in the Surelog/UHDM/Yosys flow. That official evidence places adoption mainly in open-source silicon and EDA toolchain work rather than general application development.

### Modes d'utilisation

Surelog is used as a command-line compiler front end and as a library. Users pass Verilog/SystemVerilog source lists, include directories, defines, top modules, cache/output directories, and flow options to generate parsed/elaborated output and UHDM databases.

### Pourquoi les passionnés de paquets s'y intéressent

Package maintainers care about Surelog because it packages a serious native EDA dependency stack: C++, ANTLR-generated parsing, optional Python APIs, UHDM integration, and command-line compatibility with common Verilog options. It is infrastructure for making open hardware flows installable.

### Chronologie

- 2020: Official README links to WOSET 2020 UHDM and Surelog paper/presentation
- Current: README describes SystemVerilog 2017 front-end goals and UHDM output for downstream tools

### Related projects

- Surelog is related to UHDM, Yosys, Verilator-style open EDA flows, and open hardware projects such as Ibex, Earlgrey, Ariane, and BlackParrot.

### Sources

- <https://github.com/chipsalliance/Surelog#readme>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - surelog: normalized package name match | nixpkgs package indexes: pkgs/by-name/su/surelog/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/surelog.yml](https://github.com/mxcl/pkgdb/blob/main/combined/surelog.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
