From d27cbcc05b035166ad0cc3b65c47c4b28d06abe2 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sat, 17 Aug 2024 09:22:33 +0200 Subject: [PATCH] adds TGC5F to testing --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 32d039b..4c5b17d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { stage("Generate cores and build TGC-ISS"){ steps { sh ''' - for core in TGC5A TGC5B TGC5D TGC5E; do + for core in TGC5A TGC5B TGC5D TGC5E TGC5F; do for backend in interp llvm tcc asmjit; do TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-GEN/CoreDSL/${core}.core_desc done @@ -67,7 +67,7 @@ pipeline { axes { axis { name 'CORE' - values 'TGC5A', 'TGC5B','TGC5C', 'TGC5D', 'TGC5E' + values 'TGC5A', 'TGC5B','TGC5C', 'TGC5D', 'TGC5E' ,'TGC5F' } axis { name 'BACKEND'