Skip to content

Commit 26a5729

Browse files
committed
Add CITATION.cff (verilator#5057) (verilator#5058).
1 parent 5b83969 commit 26a5729

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

CITATION.cff

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# See https://citation-file-format.github.io/
2+
cff-version: 1.2.0
3+
title: Verilator
4+
message: >-
5+
If you use this software, please cite it using the
6+
metadata from this file.
7+
type: software
8+
authors:
9+
- given-names: Wilson
10+
family-names: Snyder
11+
12+
affiliation: Veripool
13+
- given-names: Paul
14+
family-names: Wasson
15+
- given-names: Duane
16+
family-names: Galbi
17+
- name: 'et al'
18+
repository-code: 'https://github.com/verilator/verilator'
19+
url: 'https://verilator.org'
20+
abstract: >-
21+
The Verilator package converts Verilog and SystemVerilog hardware
22+
description language (HDL) designs into a fast C++ or SystemC model
23+
that, after compiling, can be executed. Verilator is not a
24+
traditional simulator but a compiler.
25+
license:
26+
- LGPL-3.0-only
27+
- Artistic-2.0

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Verilator 5.025 devel
1414
**Minor:**
1515

1616
* Support __en/__out signals on top level inout ports (#4812) (#4856). [Paul Wright]
17+
* Add CITATION.cff (#5057) (#5058). [Gijs Burghoorn]
1718
* Fix consecutive zero-delays (#5038). [Krzysztof Bieganski, Antmicro Ltd.]
1819
* Fix `$system` with string argument (#5042).
1920
* Fix width extension on delays (#5043).

docs/CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ G-A. Kamendje
5151
Garrett Smith
5252
Geza Lore
5353
Gianfranco Costamagna
54+
Gijs Burghoorn
5455
Glen Gibb
5556
Gökçe Aydos
5657
Graham Rushton

test_regress/t/t_dist_copyright.pl

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
our $Exempt_Files_Re = qr!(^\.|/\.|\.gitignore$|\.dat|\.gprof|\.mem|\.out$|\.png$|\.tree|\.vc$|\.vcd$|^\.)!;
2121
our @Exempt_Files_List = qw(
2222
Artistic
23+
CITATION.cff
2324
CPPLINT.cfg
2425
LICENSE
2526
README.rst

0 commit comments

Comments
 (0)