Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda-reqs/chipyard-extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies:

# hammer packages
- sty
- open_pdks.sky130a
# - open_pdks.sky130a
- pip:
- hammer-vlsi[asap7]==1.2.0

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion scripts/build-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ if run_step "1"; then
fi
echo "Storing main conda environment in $CONDA_ENV_NAME"

conda-lock install --conda $(which conda) $CONDA_ENV_ARG $LOCKFILE &&
conda-lock install --conda $CONDA_EXE $CONDA_ENV_ARG $LOCKFILE &&
## If the above line errors in your environment, you can try the line below
# conda-lock install --conda $(which conda) $CONDA_ENV_ARG $LOCKFILE &&
source $(conda info --base)/etc/profile.d/conda.sh &&
conda activate $CONDA_ENV_NAME
exit_if_last_command_failed
Expand Down
Loading