File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
An abstract language model of SystemVerilog (incl. Verilog) written in Python.
26
26
27
27
28
- ## Main Goals
28
+ # Main Goals
29
29
30
30
This package provides a unified abstract language model for SystemVerilog (incl. Verilog).
31
31
Projects reading from source files can derive own classes and implement additional logic to create a concrete language
@@ -35,33 +35,33 @@ Projects consuming pre-processed System Verilog data (parsed, analyzed or elabor
35
35
and services on such a model, while supporting multiple frontends.
36
36
37
37
38
- ## Use Cases
38
+ # Use Cases
39
39
40
- ### pySVModel Generators
40
+ ## pySVModel Generators
41
41
42
42
* See [ #11 : Interfacing Surelog/UHDM] ( https://github.com/edaa-org/pySVModel/issues/11 )
43
43
44
44
* TBD*
45
45
46
- ### pySVModel Consumers
46
+ ## pySVModel Consumers
47
47
48
48
* [ Electronic Design Automation Abstraction (EDA²)] ( https://edaa-org.github.io/ )
49
49
50
50
* TBD*
51
51
52
- ## Examples
52
+ # Examples
53
53
54
- ### List all Modules with Parameters and Ports
54
+ ## List all Modules with Parameters and Ports
55
55
56
56
* TBD*
57
57
58
- ## Contributors
58
+ # Contributors
59
59
60
60
* [ Patrick Lehmann] ( https://github.com/Paebbels ) (Maintainer)
61
61
* [ Unai Martinez-Corral] ( https://github.com/umarcor )
62
62
* [ and more...] ( https://github.com/edaa-org/pySVModel/graphs/contributors )
63
63
64
- ## License
64
+ # License
65
65
66
66
This Python package (source code) licensed under [ Apache License 2.0] ( LICENSE.md ) .
67
67
The accompanying documentation is licensed under [ Creative Commons - Attribution 4.0 (CC-BY 4.0)] ( doc/Doc-License.rst ) .
You can’t perform that action at this time.
0 commit comments