Add NUMA example commentary (#6839 partial)

This commit is contained in:
Wilson Snyder 2025-12-19 07:47:13 -05:00
parent a098e4894f
commit 5cee225022
1 changed files with 4 additions and 0 deletions

View File

@ -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);