From 92fc9ffbf110a5940dbb309effd678342ba0a992 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Tue, 19 Nov 2024 10:08:17 +0800 Subject: [PATCH] [config] more benchmark configs --- ...org.chipsalliance.t1.elaborator.t1.T1.toml | 72 +++++++++++++---- ...lliance.t1.elaborator.t1emu.TestBench.toml | 73 +++++++++++++---- ...e.t1.elaborator.t1rocketemu.TestBench.toml | 81 ++++++++++++++----- ....t1.elaborator.t1rocketv.T1RocketTile.toml | 80 +++++++++++++----- 4 files changed, 234 insertions(+), 72 deletions(-) diff --git a/designs/org.chipsalliance.t1.elaborator.t1.T1.toml b/designs/org.chipsalliance.t1.elaborator.t1.T1.toml index 51b483365..33dfa3342 100644 --- a/designs/org.chipsalliance.t1.elaborator.t1.T1.toml +++ b/designs/org.chipsalliance.t1.elaborator.t1.T1.toml @@ -69,38 +69,78 @@ cmdopt = "--dLen 128 --extensions zvl512b --extensions zve32f --vrfBankSize 1 -- [physical_design_case_28] cmdopt = "--dLen 128 --extensions zvl512b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen128] +cmdopt = "--dLen 128 --extensions zvl128b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256] +cmdopt = "--dLen 128 --extensions zvl256b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512] cmdopt = "--dLen 128 --extensions zvl512b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024] -cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048] -cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096] -cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024] cmdopt = "--dLen 128 --extensions zvl1024b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048] +cmdopt = "--dLen 128 --extensions zvl2048b --extensions zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096] +cmdopt = "--dLen 128 --extensions zvl4096b --extensions zve32x --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256] +cmdopt = "--dLen 256 --extensions zvl256b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512] +cmdopt = "--dLen 256 --extensions zvl512b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024] +cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048] cmdopt = "--dLen 256 --extensions zvl2048b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096] +cmdopt = "--dLen 256 --extensions zvl4096b --extensions zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512] +cmdopt = "--dLen 512 --extensions zvl512b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024] +cmdopt = "--dLen 512 --extensions zvl1024b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048] +cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096] cmdopt = "--dLen 512 --extensions zvl4096b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192] -cmdopt = "--dLen 1024 --extensions zvl8192b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024] +cmdopt = "--dLen 1024 --extensions zvl1024b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048] +cmdopt = "--dLen 1024 --extensions zvl2048b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096] +cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen128_fp] +cmdopt = "--dLen 128 --extensions zvl128b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256_fp] +cmdopt = "--dLen 128 --extensions zvl256b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512_fp] cmdopt = "--dLen 128 --extensions zvl512b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024_fp] -cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048_fp] -cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096_fp] -cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024_fp] cmdopt = "--dLen 128 --extensions zvl1024b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048_fp] +cmdopt = "--dLen 128 --extensions zvl2048b --extensions zve32f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096_fp] +cmdopt = "--dLen 128 --extensions zvl4096b --extensions zve32f --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256_fp] +cmdopt = "--dLen 256 --extensions zvl256b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512_fp] +cmdopt = "--dLen 256 --extensions zvl512b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024_fp] +cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048_fp] cmdopt = "--dLen 256 --extensions zvl2048b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096_fp] +cmdopt = "--dLen 256 --extensions zvl4096b --extensions zve32f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512_fp] +cmdopt = "--dLen 512 --extensions zvl512b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024_fp] +cmdopt = "--dLen 512 --extensions zvl1024b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048_fp] +cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096_fp] cmdopt = "--dLen 512 --extensions zvl4096b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192_fp] -cmdopt = "--dLen 1024 --extensions zvl8192b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024_fp] +cmdopt = "--dLen 1024 --extensions zvl1024b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048_fp] +cmdopt = "--dLen 1024 --extensions zvl2048b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096_fp] +cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" # Experimental(only for elaboration) [experimental_0] diff --git a/designs/org.chipsalliance.t1.elaborator.t1emu.TestBench.toml b/designs/org.chipsalliance.t1.elaborator.t1emu.TestBench.toml index 306072a03..fdebc40dc 100644 --- a/designs/org.chipsalliance.t1.elaborator.t1emu.TestBench.toml +++ b/designs/org.chipsalliance.t1.elaborator.t1emu.TestBench.toml @@ -3,35 +3,76 @@ cmdopt = "--dLen 128 --extensions zvl512b --extensions zve32x --vrfBankSize 2 -- [blastoise] cmdopt = "--dLen 256 --extensions zvl2048b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter small" + +[benchmark_dlen128_vlen128] +cmdopt = "--dLen 128 --extensions zvl128b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256] +cmdopt = "--dLen 128 --extensions zvl256b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512] cmdopt = "--dLen 128 --extensions zvl512b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024] -cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048] -cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096] -cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024] cmdopt = "--dLen 128 --extensions zvl1024b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048] +cmdopt = "--dLen 128 --extensions zvl2048b --extensions zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096] +cmdopt = "--dLen 128 --extensions zvl4096b --extensions zve32x --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256] +cmdopt = "--dLen 256 --extensions zvl256b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512] +cmdopt = "--dLen 256 --extensions zvl512b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024] +cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048] cmdopt = "--dLen 256 --extensions zvl2048b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096] +cmdopt = "--dLen 256 --extensions zvl4096b --extensions zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512] +cmdopt = "--dLen 512 --extensions zvl512b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024] +cmdopt = "--dLen 512 --extensions zvl1024b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048] +cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096] cmdopt = "--dLen 512 --extensions zvl4096b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192] -cmdopt = "--dLen 1024 --extensions zvl8192b --extensions zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024] +cmdopt = "--dLen 1024 --extensions zvl1024b --extensions zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048] +cmdopt = "--dLen 1024 --extensions zvl2048b --extensions zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096] +cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen128_fp] +cmdopt = "--dLen 128 --extensions zvl128b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256_fp] +cmdopt = "--dLen 128 --extensions zvl256b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512_fp] cmdopt = "--dLen 128 --extensions zvl512b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024_fp] -cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048_fp] -cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096_fp] -cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024_fp] cmdopt = "--dLen 128 --extensions zvl1024b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048_fp] +cmdopt = "--dLen 128 --extensions zvl2048b --extensions zve32f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096_fp] +cmdopt = "--dLen 128 --extensions zvl4096b --extensions zve32f --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256_fp] +cmdopt = "--dLen 256 --extensions zvl256b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512_fp] +cmdopt = "--dLen 256 --extensions zvl512b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024_fp] +cmdopt = "--dLen 256 --extensions zvl1024b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048_fp] cmdopt = "--dLen 256 --extensions zvl2048b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096_fp] +cmdopt = "--dLen 256 --extensions zvl4096b --extensions zve32f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512_fp] +cmdopt = "--dLen 512 --extensions zvl512b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024_fp] +cmdopt = "--dLen 512 --extensions zvl1024b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048_fp] +cmdopt = "--dLen 512 --extensions zvl2048b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096_fp] cmdopt = "--dLen 512 --extensions zvl4096b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192_fp] -cmdopt = "--dLen 1024 --extensions zvl8192b --extensions zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024_fp] +cmdopt = "--dLen 1024 --extensions zvl1024b --extensions zve32f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048_fp] +cmdopt = "--dLen 1024 --extensions zvl2048b --extensions zve32f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096_fp] +cmdopt = "--dLen 1024 --extensions zvl4096b --extensions zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" diff --git a/designs/org.chipsalliance.t1.elaborator.t1rocketemu.TestBench.toml b/designs/org.chipsalliance.t1.elaborator.t1rocketemu.TestBench.toml index 3a895d5f4..630cf4c99 100644 --- a/designs/org.chipsalliance.t1.elaborator.t1rocketemu.TestBench.toml +++ b/designs/org.chipsalliance.t1.elaborator.t1rocketemu.TestBench.toml @@ -3,35 +3,76 @@ cmdopt = "--instructionSets rv32_i --instructionSets rv_m --instructionSets rv_a [blastoise] cmdopt = "--instructionSets rv32_i --instructionSets rv_m --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --instructionSets zve32f --instructionSets zvl2048b --cacheBlockBytes 32 --nPMPs 8 --cacheable 11111111111111111111111111111111 --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter small" + +[benchmark_dlen128_vlen128] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl128b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl256b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl512b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl256b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl512b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl512b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl8192b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen128_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl128b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl256b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl512b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl512b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl1024b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl256b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl512b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl2048b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl512b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl4096b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl8192b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" diff --git a/designs/org.chipsalliance.t1.elaborator.t1rocketv.T1RocketTile.toml b/designs/org.chipsalliance.t1.elaborator.t1rocketv.T1RocketTile.toml index d1190b0c4..2be695329 100644 --- a/designs/org.chipsalliance.t1.elaborator.t1rocketv.T1RocketTile.toml +++ b/designs/org.chipsalliance.t1.elaborator.t1rocketv.T1RocketTile.toml @@ -66,35 +66,75 @@ cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c [physical_design_case_28] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl512b --instructionSets zve32f --vrfBankSize 1 --vrfRamType p0rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen128] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl128b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl256b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl512b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl256b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl512b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl512b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096] cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl8192b --instructionSets zve32x --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl1024b --instructionSets zve32x --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl2048b --instructionSets zve32x --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32x --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen128_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl128b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen256_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl256b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen512_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl512b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen256_vlen1024_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen512_vlen2048_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen4096_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl512b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen128_vlen1024_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl1024b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen2048_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen128_vlen4096_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 128 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 32 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen256_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl256b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen512_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl512b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen1024_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen256_vlen2048_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl2048b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen256_vlen4096_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 256 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 16 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen512_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl512b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen1024_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen512_vlen2048_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" [benchmark_dlen512_vlen4096_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl4096b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" -[benchmark_dlen1024_vlen8192_fp] -cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_f --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl8192b --instructionSets zve32f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 512 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 8 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen1024_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl1024b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 1 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen2048_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl2048b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 2 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" +[benchmark_dlen1024_vlen4096_fp] +cmdopt = "--instructionSets rv32_i --instructionSets rv_a --instructionSets rv_c --instructionSets rv_v --cacheBlockBytes 32 --nPMPs 8 --cacheable 80000000-ffffffff --sideEffects 00000000-1fffffff --dcacheNSets 64 --dcacheNWays 4 --dcacheRowBits 32 --iCacheNSets 32 --iCacheNWays 4 --iCachePrefetch false --dLen 1024 --instructionSets zvl4096b --instructionSets zve32f --instructionSets rv_f --vrfBankSize 4 --vrfRamType p0rwp1rw --vfuInstantiateParameter huge" \ No newline at end of file