Compare commits

..

No commits in common. "d27cbcc05b035166ad0cc3b65c47c4b28d06abe2" and "ed08913f26d58c7c9418a280406bb66a1be959f4" have entirely different histories.

4 changed files with 5 additions and 5 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 TGC5F; do for core in TGC5A TGC5B TGC5D TGC5E; 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' ,'TGC5F' values 'TGC5A', 'TGC5B','TGC5C', 'TGC5D', 'TGC5E'
} }
axis { axis {
name 'BACKEND' name 'BACKEND'

@ -1 +1 @@
Subproject commit 2c047b7ff9e3aedbe060239564fb1d3671ec27f9 Subproject commit 287936e0dfaaa8c488c8aba20247d4dd613b2d40

@ -1 +1 @@
Subproject commit a45fcd28db032099aaa24b3a6472f957cbe3c4b9 Subproject commit 933f08494c50f13f317ac67d7373b20bd7136d2e

2
scc

@ -1 +1 @@
Subproject commit 2c3c85ad83bbce00711fec27f8c5dff23b14147c Subproject commit bc96b96ef2b155fe217b7574bf8f091843d7ae3d