Skip to content

Commit

Permalink
Change deprecated Yosys UHDM plugin to SV plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Bieganski <[email protected]>
  • Loading branch information
kbieganski committed Sep 10, 2023
1 parent 835a405 commit aefaa81
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 aefaa81

Please sign in to comment.