From 6ce8eada3e323de7dfd12493d4dc6faa02a39203 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Thu, 11 Jul 2024 16:37:21 +0200 Subject: [PATCH] removes TGC5C from generation as it is already in TGC-ISS --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 325ea24..fff95c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { stage("Generate cores and build TGC-ISS"){ steps { sh ''' - for core in TGC5C TGC5D TGC5E; do #TGC5A TGC5B + for core in TGC5D TGC5E; do #TGC5A TGC5B 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