mirror of https://github.com/VLSIDA/OpenRAM.git
Fix command formatting. Move mastodon link to getting help.
This commit is contained in:
parent
7e89bbb9f5
commit
af4f94afde
|
|
@ -146,16 +146,18 @@ To run a specific test:
|
||||||
```
|
```
|
||||||
ce openram/compiler/tests
|
ce openram/compiler/tests
|
||||||
make 05_bitcell_array_test
|
make 05_bitcell_array_test
|
||||||
|
```
|
||||||
To run a specific technology:
|
To run a specific technology:
|
||||||
|
```
|
||||||
cd openram/compiler/tests
|
cd openram/compiler/tests
|
||||||
TECHS=scn4m_subm make 05_bitcell_array_test
|
TECHS=scn4m_subm make 05_bitcell_array_test
|
||||||
|
```
|
||||||
|
|
||||||
To increase the verbosity of the test, add one (or more) -v options and
|
To increase the verbosity of the test, add one (or more) -v options and
|
||||||
pass it as an argument to OpenRAM:
|
pass it as an argument to OpenRAM:
|
||||||
```
|
```
|
||||||
ARGS="-v" make 05_bitcell_array_test
|
ARGS="-v" make 05_bitcell_array_test
|
||||||
|
```
|
||||||
|
|
||||||
# Get Involved
|
# Get Involved
|
||||||
|
|
||||||
|
|
@ -173,6 +175,7 @@ ARGS="-v" make 05_bitcell_array_test
|
||||||
+ [OpenRAM Slack Workspace][Slack]
|
+ [OpenRAM Slack Workspace][Slack]
|
||||||
+ [OpenRAM Users Group][user-group] ([subscribe here][user-group-subscribe])
|
+ [OpenRAM Users Group][user-group] ([subscribe here][user-group-subscribe])
|
||||||
+ [OpenRAM Developers Group][dev-group] ([subscribe here][dev-group-subscribe])
|
+ [OpenRAM Developers Group][dev-group] ([subscribe here][dev-group-subscribe])
|
||||||
|
+ [Mastodon]: <a rel="me" href="https://fosstodon.org/@mrg">@mrg@fostodon.org</a>
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
@ -216,5 +219,5 @@ If I forgot to add you, please let me know!
|
||||||
[Sky130]: https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git
|
[Sky130]: https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git
|
||||||
|
|
||||||
[Slack]: https://join.slack.com/t/openram/shared_invite/zt-onim74ue-zlttW5XI30xvdBlJGJF6JA
|
[Slack]: https://join.slack.com/t/openram/shared_invite/zt-onim74ue-zlttW5XI30xvdBlJGJF6JA
|
||||||
[Mastodon]: <a rel="me" href="https://fosstodon.org/@mrg">@mrg@fostodon.org</a>
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue