updated README with new parameter info

This commit is contained in:
JanLJL
2023-03-24 16:39:58 +01:00
parent 475823d4dc
commit 9e3ab49065

View File

@@ -85,8 +85,9 @@ The usage of OSACA can be listed as:
osaca [-h] [-V] [--arch ARCH] [--fixed] [--lines LINES]
[--ignore-unknown] [--lcd-timeout SECONDS]
[--db-check] [--import MICROBENCH] [--insert-marker]
[--export-graph GRAPHNAME] [--out OUT] [--verbose]
FILEPATH
[--export-graph GRAPHNAME] [--consider-flag-deps]
[--out OUT] [--verbose]
FILEPATH
-h, --help
prints out the help message.
@@ -121,6 +122,8 @@ The usage of OSACA can be listed as:
--lcd-timeout SECONDS
Set timeout in seconds for LCD analysis. After timeout, OSACA will continue its analysis with the dependency paths found up to this point.
Defaults to `10`.
-f, --consider-flag-deps
Consider flag dependencies for the critical path and loop-carried dependency analysis. By default, those dependencies are ignored.
-v, --verbose
Increases verbosity level
-o OUT, --out OUT