Add NUMA example commentary (#6839 partial)
This commit is contained in:
parent
a098e4894f
commit
5cee225022
|
|
@ -38,6 +38,10 @@ int main(int argc, char** argv) {
|
|||
// May be overridden by commandArgs argument parsing
|
||||
contextp->debug(0);
|
||||
|
||||
// Peak number of threads the model will use
|
||||
// (e.g. match the --threads setting of the Verilation)
|
||||
contextp->threads(1);
|
||||
|
||||
// Randomization reset policy
|
||||
// May be overridden by commandArgs argument parsing
|
||||
contextp->randReset(2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue