I am trying to use xsim for simulation using the flow API like this:
targets:
sim_xyz:
...
flow: "sim"
flow_options:
tool: "xsim"
...
Invoking with fusesoc run --target=sim_xyz some_core results in ERROR: Setup failed : Could not find tool 'xsim'. xsim (and vivado) are in the path however.
When using "vivado" as flow option the run does not encounter the error message but starts synthesis which is obviously not the intended thing. Other tools like "ghdl" in general do seem to work with the "sim" flow and using the old tool API for xsim does work, too.
I am using fusesoc-2.4.3 and edalize-0.6.1.
I am trying to use
xsimfor simulation using the flow API like this:Invoking with
fusesoc run --target=sim_xyz some_coreresults inERROR: Setup failed : Could not find tool 'xsim'.xsim(andvivado) are in the path however.When using
"vivado"asflowoption the run does not encounter the error message but starts synthesis which is obviously not the intended thing. Other tools like"ghdl"in general do seem to work with the"sim"flow and using the old tool API forxsimdoes work, too.I am using
fusesoc-2.4.3andedalize-0.6.1.