Skip to content

Commit

Permalink
Merge pull request #181 from bovi/fix-doc-usage
Browse files Browse the repository at this point in the history
docs(usage): fix minor typo
  • Loading branch information
mguthaus authored Mar 14, 2023
2 parents 16490e9 + 5b86c76 commit 3d3dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d3dc62

Please sign in to comment.