Skip to content

Commit b66ebc3

Browse files
committed
readme: update heading levels
1 parent 61a810a commit b66ebc3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
An abstract language model of SystemVerilog (incl. Verilog) written in Python.
2626

2727

28-
## Main Goals
28+
# Main Goals
2929

3030
This package provides a unified abstract language model for SystemVerilog (incl. Verilog).
3131
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
3535
and services on such a model, while supporting multiple frontends.
3636

3737

38-
## Use Cases
38+
# Use Cases
3939

40-
### pySVModel Generators
40+
## pySVModel Generators
4141

4242
* See [#11: Interfacing Surelog/UHDM](https://github.com/edaa-org/pySVModel/issues/11)
4343

4444
*TBD*
4545

46-
### pySVModel Consumers
46+
## pySVModel Consumers
4747

4848
* [Electronic Design Automation Abstraction (EDA²)](https://edaa-org.github.io/)
4949

5050
*TBD*
5151

52-
## Examples
52+
# Examples
5353

54-
### List all Modules with Parameters and Ports
54+
## List all Modules with Parameters and Ports
5555

5656
*TBD*
5757

58-
## Contributors
58+
# Contributors
5959

6060
* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)
6161
* [Unai Martinez-Corral](https://github.com/umarcor)
6262
* [and more...](https://github.com/edaa-org/pySVModel/graphs/contributors)
6363

64-
## License
64+
# License
6565

6666
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
6767
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).

0 commit comments

Comments
 (0)