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"){
|
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'
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 287936e0dfaaa8c488c8aba20247d4dd613b2d40
|
Subproject commit 2c047b7ff9e3aedbe060239564fb1d3671ec27f9
|
@ -1 +1 @@
|
|||||||
Subproject commit 933f08494c50f13f317ac67d7373b20bd7136d2e
|
Subproject commit a45fcd28db032099aaa24b3a6472f957cbe3c4b9
|
2
scc
2
scc
@ -1 +1 @@
|
|||||||
Subproject commit bc96b96ef2b155fe217b7574bf8f091843d7ae3d
|
Subproject commit 2c3c85ad83bbce00711fec27f8c5dff23b14147c
|
Loading…
Reference in New Issue
Block a user