Merge pull request #181 from bovi/fix-doc-usage

docs(usage): fix minor typo
This commit is contained in:
Matt Guthaus 2023-03-14 08:13:21 -07:00 committed by GitHub
commit 3d3dc6204b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ from openram import tech
...
```
Note that you need to initalize OpenRAM so that the modules are imported properly. You can also look
Note that you need to initialize OpenRAM so that the modules are imported properly. You can also look
at [sram_compiler.py](../../sram_compiler.py) as an example on how to use "openram."
If you want to pass custom configuration when generating an SRAM, you can use the `sram_config` class.