Skip to content

xsim using flow API does not work #747

@idgmicsei

Description

@idgmicsei

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions