You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone. I'm starting to work with OpenRAM and I think it's a great project. I had a few confusions I'd like to post here in case others got stuck like I did.
I think the directory names have changed, I needed to set OPENRAM_HOME to export OPENRAM_HOME="path/to/OpenRAM/compiler" (the capitalization is off, the info is correct in basic_setup.md however)
Moreover, it wasn't immediately clear to me how to get the python environment working - I think miniconda/anaconda caused more problems than it fixed. Might I suggest also recommending using venv in basic_setup.md as follows?
(as a MacOS/homebrew user, trying to do anything with the local pip3 command ends up being more annoying and I've had better luck with venv versus Anaconda or the system pip).
Another small documentation clarification: to pass arguments into the macros Makefile, one needs to pass, e.g., make OPENRAM_OPTS=-n example_config_scn4m_subm.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestions. If you could make specific commit changes, I can merge them in. However, nobody is really funded to maintain openram at the moment, so this will like sit for a while.
Hi everyone. I'm starting to work with OpenRAM and I think it's a great project. I had a few confusions I'd like to post here in case others got stuck like I did.
I think the directory names have changed, I needed to set
OPENRAM_HOME
toexport OPENRAM_HOME="path/to/OpenRAM/compiler"
(the capitalization is off, the info is correct inbasic_setup.md
however)Moreover, it wasn't immediately clear to me how to get the python environment working - I think miniconda/anaconda caused more problems than it fixed. Might I suggest also recommending using
venv
inbasic_setup.md
as follows?(as a MacOS/homebrew user, trying to do anything with the local
pip3
command ends up being more annoying and I've had better luck withvenv
versus Anaconda or the systempip
).Another small documentation clarification: to pass arguments into the macros Makefile, one needs to pass, e.g.,
make OPENRAM_OPTS=-n example_config_scn4m_subm
.The text was updated successfully, but these errors were encountered: