Rename uniform workloads to use new br-base and fedora-base workloads

(used to be *-disk).
This commit is contained in:
Nathan Pemberton 2019-01-24 04:01:03 +00:00
parent b523f2b751
commit 05b83157e4
11 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# All the tests in here right now are based off the br-disk image.
BASE_IMAGE:=../../sw/firesim-software/images/br-disk.img
BASE_LINUX:=../../sw/firesim-software/images/br-disk-bin
# All the tests in here right now are based off the br-baseimage.
BASE_IMAGE:=../../sw/firesim-software/images/br-base.img
BASE_LINUX:=../../sw/firesim-software/images/br-base-bin
# TODO: ideally we want to restructure this so that:
# Proprietary benchmarks (e.g. spec) are available as separate disks that can

View File

@ -1,7 +1,7 @@
{
"benchmark_name" : "fedora-uniform",
"common_bootbinary" : "fedora-disk-bin",
"common_rootfs" : "fedora-disk.img",
"common_bootbinary" : "fedora-base-bin",
"common_rootfs" : "fedora-base.img",
"common_outputs" : ["/etc/os-release"],
"common_simulation_outputs" : ["uartlog"]
}

View File

@ -0,0 +1 @@
../../../sw/firesim-software/images/fedora-base-bin

View File

@ -0,0 +1 @@
../../../sw/firesim-software/images/fedora-base.img

View File

@ -1 +0,0 @@
../../../sw/firesim-software/images/fedora-disk-bin

View File

@ -1 +0,0 @@
../../../sw/firesim-software/images/fedora-disk.img

View File

@ -1,7 +1,7 @@
{
"benchmark_name" : "linux-uniform",
"common_bootbinary" : "br-disk-bin",
"common_rootfs" : "br-disk.img",
"common_bootbinary" : "br-base-bin",
"common_rootfs" : "br-base.img",
"common_outputs" : ["/etc/os-release"],
"common_simulation_outputs" : ["uartlog", "memory_stats.csv"]
}

View File

@ -0,0 +1 @@
../../../sw/firesim-software/images/br-base-bin

View File

@ -0,0 +1 @@
../../../sw/firesim-software/images/br-base.img

View File

@ -1 +0,0 @@
../../../sw/firesim-software/images/br-disk-bin

View File

@ -1 +0,0 @@
../../../sw/firesim-software/images/br-disk.img