Skip to content

Commit

Permalink
Merge pull request #306 from antmicro/pin-fusesoc
Browse files Browse the repository at this point in the history
Pin fusesoc version
  • Loading branch information
kamilrakoczy authored Jan 10, 2022
2 parents ab55e05 + 0a41a86 commit ed89c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uhdm-tests/swerv/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ ${DESIGN_DIR}/.gitpatch:
uhdm/yosys/swerv: clean-build | ${VENV} ${DESIGN_DIR}/.gitpatch
(export PATH=${root_dir}/../image/bin:${PATH} && \
. ${VENV}/bin/activate && \
pip install fusesoc && \
pip install -I git+https://github.com/antmicro/edalize@uhdm_support && \
pip install git+https://github.com/lowRISC/fusesoc.git@ot && \
fusesoc --cores-root=${DESIGN_DIR} run --build --tool yosys --target=synth chipsalliance.org:cores:SweRV_EH1:1.8)

uhdm/yosys/swerv-build: clean-build | ${VENV} ${DESIGN_DIR}/.gitpatch
(export PATH=${root_dir}/../image/bin:${PATH} && \
. ${VENV}/bin/activate && \
pip install fusesoc && \
pip install -I git+https://github.com/antmicro/edalize@uhdm_support && \
pip install git+https://github.com/lowRISC/fusesoc.git@ot && \
fusesoc --cores-root=${DESIGN_DIR} run --build --tool vivado --target=synth chipsalliance.org:cores:SweRV_EH1:1.8)

uhdm/sv2v/swerv: clean-build | ${VENV}
(export PATH=${root_dir}/../image/bin:${PATH} && \
. ${VENV}/bin/activate && \
pip install fusesoc && \
pip install -I git+https://github.com/antmicro/edalize@uhdm_support && \
pip install git+https://github.com/lowRISC/fusesoc.git@ot && \
fusesoc --cores-root=${DESIGN_DIR} run --build --tool sv2v --target=synth chipsalliance.org:cores:SweRV_EH1:1.8)

0 comments on commit ed89c3a

Please sign in to comment.