Update Makefile(s) to support Cadence Xcelium and other TBD simulators
The current head of the cv32e20/dev branch of core-v-verif (969d2d7) is working with Xcelium. The following works as expected:
$ make test TEST=hello-world SIMULATOR=xrun USE_ISS=0
What other simulators are needed by the CV32E20 team?
CORE-V-VERIF Pull-Request #2195 adds support for VCS.
As far as I can tell, the Makefiles for CV32E20 have supported Questasim (VSIM) as of CORE-V-VERIF Pull-Request #2003. In any case, I can report that a ci_check regression runs cleanly with both VSIM and VCS on the current head of the cv32e20/dev branch (2f551d3).
As such, I think this Task can be closed.
In order to complete this task, the merge of cv32e20/dev to master is required. We need to exclude the cv32e20 folder in the merge as it is currently in a different repo
@MarioOpenHWGroup that means change to 'In Progress'?