Add note about installing conda environment

This commit is contained in:
Samuel Crow 2023-02-20 22:54:04 -08:00 committed by GitHub
parent ee1a29132f
commit 3348fc0a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ use the following command to run all regression tests:
cd OpenRAM/compiler/tests
make -j 3
```
The -j can run with 3 threads. By default, this will run in all technologies.
The -j can run with 3 threads. By default, this will run in all technologies. Note that if you have not run openram, the conda environment will not be installed. You can install it by running OpenRAM/install_conda.sh (see [Basic Setup](basic_setup.md#anaconda) for more details).
To run a specific test in all technologies:
```