Sean Cross
04/10/2023, 7:46 AMyosys
. However, when I run flow.tcl
it gives me an error of invalid command name: "read_systemverilog"
. What's the right way to get it working?`
`I'm setting the binary to uhdm-yosys
using "SYNTH_BIN": "uhdm-yosys",
, and I'm specifying my own version of synth.tcl
.`Vijayan Krishnan
04/10/2023, 8:01 AMSean Cross
04/10/2023, 8:02 AMIlya Lapshin
04/26/2023, 2:01 PMSean Cross
04/26/2023, 2:03 PMyosys -import
creates TCL aliases for every possible Yosys command. I could change it to run yosys read_systemverilog ...
instead of running yosys -import
.yosys-uhdm
from conda-hdl in favour of just adding the plugin to yosys, but that hasn't been completed yet.