diff --git a/README.md b/README.md index 688f22da..4a3ec69a 100644 --- a/README.md +++ b/README.md @@ -146,16 +146,18 @@ To run a specific test: ``` ce openram/compiler/tests make 05_bitcell_array_test - +``` To run a specific technology: - +``` cd openram/compiler/tests TECHS=scn4m_subm make 05_bitcell_array_test +``` To increase the verbosity of the test, add one (or more) -v options and pass it as an argument to OpenRAM: ``` ARGS="-v" make 05_bitcell_array_test +``` # Get Involved @@ -173,6 +175,7 @@ ARGS="-v" make 05_bitcell_array_test + [OpenRAM Slack Workspace][Slack] + [OpenRAM Users Group][user-group] ([subscribe here][user-group-subscribe]) + [OpenRAM Developers Group][dev-group] ([subscribe here][dev-group-subscribe]) ++ @mrg@fostodon.org # License @@ -215,4 +218,6 @@ If I forgot to add you, please let me know! [SCMOS]: https://www.mosis.com/files/scmos/scmos.pdf [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 + +