diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-31 16:12:59 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-31 16:12:59 +0200 |
commit | 0f710b4f47dfc51e3f01473995dbb6ed5844eff1 (patch) | |
tree | f4ad22c9734851a1c5a03a83e2db93b5ef343548 /UNI/baselines/cpu/Makefile | |
parent | bcdc04a1e66804be8789ad3b7cd7cf9c4353a05e (diff) |
port UNI to dfatool
Diffstat (limited to 'UNI/baselines/cpu/Makefile')
-rw-r--r-- | UNI/baselines/cpu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/UNI/baselines/cpu/Makefile b/UNI/baselines/cpu/Makefile index 10e4f9b..ec3f403 100644 --- a/UNI/baselines/cpu/Makefile +++ b/UNI/baselines/cpu/Makefile @@ -16,13 +16,15 @@ uni_O2: app_baseline.c run: uni ./uni -i 1258291200 -t 4 +# -e 20 was not part of the upstream instructions + .PHONY: run_O0 run_O0: uni_O0 - ./uni_O0 -i 1258291200 -t 4 + ./uni_O0 -i 1258291200 -t 4 -e 20 .PHONY: run_O2 run_O2: uni_O2 - ./uni_O2 -i 1258291200 -t 4 + ./uni_O2 -i 1258291200 -t 4 -e 20 .PHONY: clean clean: |