Skip to content

feat(xcelium): add support for Cocotb + VHDL #535

Description

@tymonx

Cocotb with VHDL is not working with the xcelium sim flow. This requires to add:

  • The -NEW_VHPI_PROPAGATE_DELAY argument to the xrun -R command in the run method of the sim flow
  • Enable the cocotb VHPI support:
vhpi = self._run_tool("cocotb-config", ["--lib-name-path", "vhpi", "xcelium"], quiet=True)[1]
env["GPI_EXTRA"] = f"{vhpi}:cocotbvhpi_entry_point"

This is officially documented in the cocotb:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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