From c2c962e2149145e6c7aab0e232224a80821c9bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 17 Dec 2019 00:00:02 +0000 Subject: [PATCH] gem5: document --abs-max-tick --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 19d8276..8baeee6 100644 --- a/README.adoc +++ b/README.adoc @@ -12054,6 +12054,10 @@ The exact same can be achieved with the older hardcoded `--maxinsts` mechanism p ; .... +Other related fs.py options are: + +* `--abs-max-tick`: set the maximum number of ticks rather than instructions + The message also shows on <> deadlocks, for example in link:userland/posix/pthread_deadlock.c[]: ....