Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unconditional add vhpi options to Xcelium simulator #237

Open
IgorAmosov opened this issue Jun 23, 2023 · 1 comment
Open

Unconditional add vhpi options to Xcelium simulator #237

IgorAmosov opened this issue Jun 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@IgorAmosov
Copy link

self.env["GPI_EXTRA"] = cocotb.config.lib_name_path("vhpi", "xcelium") + ":cocotbvhpi_entry_point"

Hello! Please, explain me, why vhpi option for vhdl_source is added to xcelium in unconditional way?
I don't use any vhdl source, but VHPI option generates additional errors in simuation.
I've looked through simulator.py and find that vhpi add to options for other simulators only if vhdl_source is preset.
I'he commented this line and my sv project works fine =)

@themperek
Copy link
Owner

This can be changed. Can you make a PR?

@themperek themperek added the enhancement New feature or request label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants