vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Xcelium support

Open powARman opened this issue 5 years ago • 2 comments

Added support for Cadence Xcelium simulator which is the successor of incisive.

  • Extended incisive.py to support xcelium simulator and maintain backwards compatibility with incisive
  • Support vunit options disable_ieee_warnings and vhdl_assert_stop_level
  • Fix compile issues in log_deprecated_pkg.vhd
  • Fix problems running the test suite (spaces in path)

powARman avatar Sep 29 '20 07:09 powARman

@powARman Question about Incisive and Xcelium. Is it a use case where you have both an old Incisive license and a new Xcelium licence. In that case you might want to run parallel simulations using both licenses. You could do that by setting VUNIT_SIMULATOR to two different simulators for the two test (suites). Now they are handled as one and the same

LarsAsplund avatar Sep 30 '20 17:09 LarsAsplund

Hi @powARman news about this PR? I am using Xcelium at work and I want to introduce Vunit to perform TDD. I am new at Vunit, and I will try with specifying incisive as the simulator, but may be useful to try this PR? Please, let me know

rodrigomelo9 avatar Aug 24 '21 13:08 rodrigomelo9