mirror of https://github.com/VLSIDA/OpenRAM.git
Fix conda package version conflicts
This commit is contained in:
parent
050eaf53fc
commit
73df825ac6
|
|
@ -13,6 +13,10 @@ then
|
|||
rm ${CONDA_INSTALLER_FILE}
|
||||
source ${CONDA_BASE}/bin/activate
|
||||
|
||||
# Prioritize channels to prevent version conflicts
|
||||
conda config --add channels conda-forge
|
||||
conda config --add channels vlsida-eda
|
||||
|
||||
# Install iverilog from conda-eda
|
||||
conda install -y -c litex-hub iverilog
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue