Skip to content

Commit b119315

Browse files
committed
erge branch 'feature_contribution' into develop
2 parents 95c949f + eeb9497 commit b119315

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pyverilog
55

66
Python-based Hardware Design Processing Toolkit for Verilog HDL
77

8-
Copyright 2013, Shinya Takamaeda-Yamazaki
8+
Copyright 2013, Shinya Takamaeda-Yamazaki and Contributors
99

1010

1111
License
@@ -50,6 +50,20 @@ Pyverilog includes **(1) code parser, (2) dataflow analyzer, (3) control-flow an
5050
You can create your own design analyzer, code translator and code generator of Verilog HDL based on this toolkit.
5151

5252

53+
Contribute to Pyverilog
54+
==============================
55+
56+
Pyverilog project always welcomes questions, bug reports, feature proposals, and pull requests on GitHub.
57+
58+
Pyverilog uses pytest for the integration testing. When you send a pull request, please include a test example with pytest.
59+
60+
61+
Documentation
62+
==============================
63+
64+
To be described.
65+
66+
5367
Installation
5468
==============================
5569

README.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pyverilog
55

66
Python-based Hardware Design Processing Toolkit for Verilog HDL
77

8-
Copyright 2013, Shinya Takamaeda-Yamazaki
8+
Copyright 2013, Shinya Takamaeda-Yamazaki and Contributors
99

1010
License
1111
=======
@@ -53,6 +53,20 @@ control-flow analyzer and (4) code generator**. You can create your own
5353
design analyzer, code translator and code generator of Verilog HDL based
5454
on this toolkit.
5555

56+
Contribute to Pyverilog
57+
=======================
58+
59+
Pyverilog project always welcomes questions, bug reports, feature
60+
proposals, and pull requests on GitHub.
61+
62+
Pyverilog uses pytest for the integration testing. When you send a pull
63+
request, please include a test example with pytest.
64+
65+
Documentation
66+
=============
67+
68+
To be described.
69+
5670
Installation
5771
============
5872

0 commit comments

Comments
 (0)