mirror of https://github.com/VLSIDA/OpenRAM.git
Install conda packages quietly
This commit is contained in:
parent
73df825ac6
commit
d308bf429f
|
|
@ -18,12 +18,12 @@ then
|
||||||
conda config --add channels vlsida-eda
|
conda config --add channels vlsida-eda
|
||||||
|
|
||||||
# Install iverilog from conda-eda
|
# Install iverilog from conda-eda
|
||||||
conda install -y -c litex-hub iverilog
|
conda install -q -y -c litex-hub iverilog
|
||||||
|
|
||||||
# Install rest of the tools from vlsida-eda
|
# Install rest of the tools from vlsida-eda
|
||||||
for tool in ${TOOLS}
|
for tool in ${TOOLS}
|
||||||
do
|
do
|
||||||
conda install -y -c vlsida-eda ${tool}
|
conda install -q -y -c vlsida-eda ${tool}
|
||||||
done
|
done
|
||||||
|
|
||||||
conda deactivate
|
conda deactivate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue