mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
Merge pull request #662 from antmicro/svplugin-instead-of-uhdm
Replace deprecated Yosys UHDM plugin with SV plugin
This commit is contained in:
commit
9c049e21ac
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue