Skip to content

Commit

Permalink
Merge pull request #662 from antmicro/svplugin-instead-of-uhdm
Browse files Browse the repository at this point in the history
Replace deprecated Yosys UHDM plugin with SV plugin
  • Loading branch information
kgugala authored Sep 13, 2023
2 parents 835a405 + aefaa81 commit 9c049e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f4pga/wrappers/sh/xc7/synth.f4pga.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export PYTHON3="${PYTHON3:-$(which python3)}"
yosys_read_cmds=""
yosys_files="${VERILOG_FILES[*]}"
if [ -n "$SURELOG_CMD" ]; then
yosys_read_cmds="plugin -i uhdm; read_verilog_with_uhdm ${SURELOG_CMD[*]} ${VERILOG_FILES[*]}"
yosys_read_cmds="plugin -i systemverilog; read_systemverilog ${SURELOG_CMD[*]} ${VERILOG_FILES[*]}"
yosys_files=""
fi
yosys \
Expand Down

0 comments on commit 9c049e2

Please sign in to comment.