Skip to content

Commit

Permalink
Clarify OpenRAM installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Jan 18, 2024
1 parent 0861ea5 commit 84020f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/basic_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ OpenRAM installation, you can set two environment variables:
If you have the library installed and `OPENRAM_HOME` set, the library will use
the installation on the `OPENRAM_HOME` path.

> See [Python library](./python_library.md#go-back) for details.
If you don't have the library, you should also add `OPENRAM_HOME` to your
`PYTHONPATH`. This is not needed if you have the library.

Expand Down
6 changes: 6 additions & 0 deletions docs/source/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ unit test framework:
* `23-25_*_test.py` checks lib, lef, and verilog outputs using diff.
* `30_openram_test.py` checks command-line interface and whether output files are created.

## Setup

Before running any unit tests, make sure to install OpenRAM.

> See [Python library](./python_library.md#go-back) for details.
If you have the library already installed and `OPENRAM_HOME` set, the library will use the installation on the `OPENRAM_HOME` path.

## Running Unit Tests
Regression testing performs a number of tests for all modules in OpenRAM. From
Expand Down
2 changes: 1 addition & 1 deletion install_conda.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
CONDA_INSTALLER_URL="https://repo.anaconda.com/miniconda/Miniconda3-py38_22.11.1-1-Linux-x86_64.sh"
CONDA_INSTALLER_URL="https://repo.anaconda.com/miniconda/Miniconda3-py38_23.11.0-2-Linux-x86_64.sh"
CONDA_INSTALLER_FILE="miniconda_installer_py38.sh"
CONDA_HOME="${CONDA_HOME:-miniconda}"

Expand Down

0 comments on commit 84020f1

Please sign in to comment.