running UVM phases on multiple cores

2019-08-29 07:17发布

How can we devote the individual phases in UVM like run, elaboration, build etc to run on multiple cores of the system. How can this be done through coding.

1条回答
走好不送
2楼-- · 2019-08-29 07:41

As far as I know, multicore support is something you can't influence through coding. It's something your simulator either has or hasn't. Even if you could, you have the problem that your build, connect, run, etc. phase must execute in sequence.

查看更多
登录 后发表回答