cocotb-test
cocotb-test copied to clipboard
Unconditional add vhpi options to Xcelium simulator
https://github.com/themperek/cocotb-test/blob/32b19b0813ae40cefc2b6d5bf1a1a715682fb18c/cocotb_test/simulator.py#L718 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 =)
This can be changed. Can you make a PR?