You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,20 +71,13 @@ To write a testing code, please refer the existing testing examples in "tests" d
71
71
If the pull request code passes all the tests successfully and has no obvious problem, it will be merged to the *develop* branch by the main committers.
72
72
73
73
74
-
Documentation
75
-
==============================
76
-
77
-
To be described.
78
-
79
-
80
74
Installation
81
75
==============================
82
76
83
77
Requirements
84
78
--------------------
85
79
86
80
- Python3: 3.6 or later
87
-
88
81
- Icarus Verilog: 10.1 or later
89
82
90
83
```
@@ -97,23 +90,27 @@ sudo apt install iverilog
97
90
pip3 install jinja2
98
91
```
99
92
100
-
Optional Installation
93
+
Optional installation for testing
101
94
--------------------
102
95
96
+
These are required for automatic testing of **tests**.
97
+
We recommend to install these testing library to verify experimental features.
98
+
103
99
- pytest: 3.8.1 or later
104
100
- pytest-pythonpath: 0.7.3 or later
105
101
106
-
These are required for the testing execution of test codes in tests and examples.
107
-
108
102
```
109
103
pip3 install pytest pytest-pythonpath
110
104
```
111
105
112
-
- Graphviz: 2.38.0 or later
113
-
- Pygraphviz: 1.3.1 or later
106
+
Optional installation for visualization
107
+
--------------------
114
108
115
109
These are required for graph visualization by dataflow/graphgen.py and controlflow/controlflow_analyzer.py.
116
110
111
+
- Graphviz: 2.38.0 or later
112
+
- Pygraphviz: 1.3.1 or later
113
+
117
114
```
118
115
sudo apt install graphviz
119
116
pip3 install pygraphviz
@@ -122,7 +119,7 @@ pip3 install pygraphviz
122
119
Install
123
120
--------------------
124
121
125
-
Install Pyverilog:
122
+
Now you can install Pyverilog using setup.py script:
0 commit comments