mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 04:33:47 +02:00
29 lines
849 B
YAML
29 lines
849 B
YAML
---
|
|||
# See https://citation-file-format.github.io/
|
|||
|
|
cff-version: 1.2.0
|
||
|
|
title: Verilator
|
||
|
|
message: >-
|
||
|
|
If you use this software, please cite it using the
|
||
|
|
metadata from this file.
|
||
|
|
type: software
|
||
|
|
authors:
|
||
|
|
- given-names: Wilson
|
||
|
|
family-names: Snyder
|
||
|
|
email: [email protected]
|
||
|
|
affiliation: Veripool
|
||
|
|
- given-names: Paul
|
||
|
|
family-names: Wasson
|
||
|
|
- given-names: Duane
|
||
|
|
family-names: Galbi
|
||
- given-names: Geza
|
|||
|
|
family-names: Lore
|
||
- name: 'et al'
|
|||
|
|
repository-code: 'https://github.com/verilator/verilator'
|
||
|
|
url: 'https://verilator.org'
|
||
|
|
abstract: >-
|
||
|
|
The Verilator package converts Verilog and SystemVerilog hardware
|
||
|
|
description language (HDL) designs into a fast C++ or SystemC model
|
||
that, after compiling, can be executed. Verilator is not only a
|
|||
traditional simulator but a compiler.
|
|||
license: [LGPL-3.0-only, Artistic-2.0]
|