adds TGC5F to testing

This commit is contained in:
Eyck-Alexander Jentzsch 2024-08-17 09:22:33 +02:00
parent 020a4d793f
commit d27cbcc05b
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
stage("Generate cores and build TGC-ISS"){ stage("Generate cores and build TGC-ISS"){
steps { steps {
sh ''' 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 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 TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-GEN/CoreDSL/${core}.core_desc
done done
@ -67,7 +67,7 @@ pipeline {
axes { axes {
axis { axis {
name 'CORE' name 'CORE'
values 'TGC5A', 'TGC5B','TGC5C', 'TGC5D', 'TGC5E' values 'TGC5A', 'TGC5B','TGC5C', 'TGC5D', 'TGC5E' ,'TGC5F'
} }
axis { axis {
name 'BACKEND' name 'BACKEND'