@@ -13,6 +13,8 @@ uhdm/synlig/synth-ibex: clean-build ${IBEX}/.gitpatch
1313 virtualenv ${root_dir} /venv-ibex
1414 (export PATH=${OUT_DIR} /bin:${PATH} && \
1515 . ${root_dir} /venv-ibex/bin/activate && \
16+ # https://github.com/enthought/sat-solver/issues/286 \
17+ pip install git+https://github.com/enthought/sat-solver.git@v0.8.2 && \
1618 pip install -r ${IBEX} /python-requirements.txt && \
1719 pip install git+https://github.com/antmicro/edalize@svplugin_support && \
1820 fusesoc --cores-root=${IBEX} run --build --tool synlig --target=synth lowrisc:ibex:top_artya7_surelog --SRAMInitFile=" ${curr_dir} /led.vmem" )
@@ -21,6 +23,8 @@ uhdm/synlig/synth-ibex-build: clean-build ${IBEX}/.gitpatch
2123 virtualenv ${root_dir} /venv-ibex
2224 (export PATH=${OUT_DIR} /bin:${PATH} && \
2325 . ${root_dir} /venv-ibex/bin/activate && \
26+ # https://github.com/enthought/sat-solver/issues/286 \
27+ pip install git+https://github.com/enthought/sat-solver.git@v0.8.2 && \
2428 pip install -r ${IBEX} /python-requirements.txt && \
2529 pip install git+https://github.com/antmicro/edalize@svplugin_support && \
2630 fusesoc --cores-root=${IBEX} run --build --tool vivado --target=synth lowrisc:ibex:top_artya7_surelog --part xc7a35ticsg324-1L --SRAMInitFile=" ${curr_dir} /led.vmem" )
@@ -78,6 +82,8 @@ ${REQUIREMENTS_FILE}: ${IBEX}/.requirementspatch
7882# Install conda packages from f4pga/xc7 environment and set environment variables.
7983env :: download-f4pga install-plugins
8084 ${IN_CONDA_ENV} conda env update --name ${CONDA_ENV_NAME} --file ${root_dir} /env/f4pga/xc7_env/xc7_environment.yml < /dev/null | cat
85+ # https://github.com/enthought/sat-solver/issues/286
86+ ${IN_CONDA_ENV} pip install -I git+https://github.com/enthought/sat-solver.git@v0.8.2
8187 # Update edalize installed by Ibex to our own fork.
8288 ${IN_CONDA_ENV} pip install \
8389 git+https://github.com/antmicro/edalize@symbiflow-read_verilog_with_uhdm \
0 commit comments