Compare commits
2 Commits
ed08913f26
...
d27cbcc05b
Author | SHA1 | Date | |
---|---|---|---|
d27cbcc05b | |||
020a4d793f |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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'
|
||||
|
Submodule dbt-rise-core updated: 287936e0df...2c047b7ff9
Submodule dbt-rise-tgc updated: 933f08494c...a45fcd28db
2
scc
2
scc
Submodule scc updated: bc96b96ef2...2c3c85ad83
Reference in New Issue
Block a user