Merge branch 'dev' into davideschiavone-patch-1

This commit is contained in:
Matt Guthaus
2022-08-30 12:53:23 -07:00
committed by GitHub
84 changed files with 737 additions and 778 deletions
+2 -1
View File
@@ -53,6 +53,7 @@ You must set two environment variables:
+ OPENRAM\_HOME should point to the compiler source directory.
+ OPENERAM\_TECH should point to one or more root technology directories (colon separated).
You should also add OPENRAM\_HOME to your PYTHONPATH.
For example add this to your .bashrc:
@@ -62,10 +63,10 @@ For example add this to your .bashrc:
```
You should also add OPENRAM\_HOME to your PYTHONPATH:
```
export PYTHONPATH=$OPENRAM_HOME
```
Note that if you want symbols to resolve in your editor, you may also want to add the specific technology
directory that you use and any custom technology modules as well. For example:
```