mirror of https://github.com/VLSIDA/OpenRAM.git
Merge branch 'dev' into sky130_fixes
This commit is contained in:
commit
bd4dd326a6
11
README.md
11
README.md
|
|
@ -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])
|
||||||
|
+ <a rel="me" href="https://fosstodon.org/@mrg">@mrg@fostodon.org</a>
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
@ -215,4 +218,6 @@ If I forgot to add you, please let me know!
|
||||||
[SCMOS]: https://www.mosis.com/files/scmos/scmos.pdf
|
[SCMOS]: https://www.mosis.com/files/scmos/scmos.pdf
|
||||||
[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/enQtNDgxMjc3NzU5NTI1LWZiYWMwNjNkZThmYTdkODc3NDE1NDhjNzUxNDhmMDQ4ZTM3NDgwNWFlNjM5NWFiZDkyMzBlNzc1NTg3ZjllNTY
|
[Slack]: https://join.slack.com/t/openram/shared_invite/zt-onim74ue-zlttW5XI30xvdBlJGJF6JA
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue