removes TGC5C from generation as it is already in TGC-ISS

This commit is contained in:
Eyck-Alexander Jentzsch 2024-07-11 16:37:21 +02:00
parent 6ee4840d8d
commit 6ce8eada3e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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