From 4ce531c5313f01ab33935f8f8779be8f3e1ad3ed Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Tue, 5 Nov 2019 07:04:07 +0000 Subject: [PATCH 1/2] add coremark and spec firemarshal workloads --- .gitmodules | 6 ++++++ software/coremark | 1 + software/spec2017 | 1 + 3 files changed, 8 insertions(+) create mode 160000 software/coremark create mode 160000 software/spec2017 diff --git a/.gitmodules b/.gitmodules index 282dc731..14c593bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,3 +98,9 @@ [submodule "tools/axe"] path = tools/axe url = https://github.com/CTSRD-CHERI/axe.git +[submodule "software/spec2017"] + path = software/spec2017 + url = https://github.com/ucb-bar/spec2017-workload.git +[submodule "software/coremark"] + path = software/coremark + url = https://github.com/ucb-bar/coremark-workload.git diff --git a/software/coremark b/software/coremark new file mode 160000 index 00000000..a6cc1cbf --- /dev/null +++ b/software/coremark @@ -0,0 +1 @@ +Subproject commit a6cc1cbfd9d2387c36ac4b415fdd8142951d9bfe diff --git a/software/spec2017 b/software/spec2017 new file mode 160000 index 00000000..f5cbc4aa --- /dev/null +++ b/software/spec2017 @@ -0,0 +1 @@ +Subproject commit f5cbc4aaa536afac383d554df28291a7d27c57be From c8191b95deada51cb9e526ae77f7e5fe2dcb921d Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Tue, 5 Nov 2019 07:06:17 +0000 Subject: [PATCH 2/2] bump firesim --- sims/firesim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sims/firesim b/sims/firesim index da4d8cd9..21475d1c 160000 --- a/sims/firesim +++ b/sims/firesim @@ -1 +1 @@ -Subproject commit da4d8cd9fdca5e424d0982e93846476011be7372 +Subproject commit 21475d1c90500c01d3eb18a684831be93de6b089