mirror of
https://github.com/Dasharo/f4pga.git
synced 2026-06-13 19:16:35 -07:00
Change deprecated Yosys UHDM plugin to SV plugin
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user