I am following github documentation to set up Open...
# openram
n
I am following github documentation to set up OpenRAM, and when it is time to run it, I am facing this error, even though I have the file in my compiler folder. Any advise what I am doing wrong ?
m
Can you type echo $OPENRAM_HOME? Did you source that setup file?
You don't need to add all those paths to your python path...
n
yes I did source the setup file.
m
The error is different than before. Is your fileysstem case sensitive? It is looking for "openram" and not "OpenRAM"...
n
Oh I see now, Yes that was the error sorry !
m
No worries. Our examples assume you do: git clone https://github.com/VLSIDA/OpenRAM.git openram
We actually updated that in the dev branch.