Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: How to accelerate ncelab phase when invoking irun?

$
0
0
Thanks. What I expect is to do incremental compiler instead of compile the whole ENV (including all *.v and *.sv files). I've tried to compile all the *.v into a lib, called rtlLib, and put a line such as, rtlLib /PATH/TO/RTLLIB into the cds.lib. I can successfully compile the ENV with the rtlLib. However, the time spent on ncelab is almost the same as before. As a result, the total time is still a bit long. BTW, if I compiled several modules, who would refer to UVM package, into their libs respectively. An error arguing that 'multiple UVM package was found ....' will be issued eventually. I am wondering if there is a way to separate the building into each module and construct them in an efficient way.

Viewing all articles
Browse latest Browse all 33813