corrects output path of generate_iss in jenkins
This commit is contained in:
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@@ -171,33 +171,36 @@ pipeline {
|
||||
sh 'ls'
|
||||
sh 'ls TGC-ISS'
|
||||
sh 'ls TGC-ISS/TGC-GEN'
|
||||
sh 'ls TGC-ISS/TGC-GEN'
|
||||
sh 'ls TGC-ISS/TGC-COMPLIANCE'
|
||||
|
||||
sh 'ls TGC-GEN'
|
||||
sh 'ls TGC-GEN'
|
||||
sh 'ls TGC-COMPLIANCE'
|
||||
sh '''
|
||||
for core in RV32GC; do
|
||||
for backend in interp; do
|
||||
TGC-ISS/TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-ISS/TGC-GEN/CoreDSL/${core}.core_desc
|
||||
TGC-ISS/TGC-GEN/scripts/generate_iss.sh -o TGC-ISS/dbt-rise-tgc/ -c $core -b ${backend} TGC-ISS/TGC-GEN/CoreDSL/${core}.core_desc
|
||||
done
|
||||
done
|
||||
for core in RV64GC; do
|
||||
for backend in interp; do
|
||||
TGC-ISS/TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-ISS/TGC-GEN/CoreDSL/${core}.core_desc
|
||||
TGC-ISS/TGC-GEN/scripts/generate_iss.sh -o TGC-ISS/dbt-rise-tgc/ -c $core -b ${backend} TGC-ISS/TGC-GEN/CoreDSL/${core}.core_desc
|
||||
done
|
||||
done
|
||||
'''
|
||||
sh 'conan profile detect --force'
|
||||
sh 'rm -rf TGC-ISS/build'
|
||||
sh 'cmake -S TGC-ISS/. -B TGC-ISS/build --preset Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF'
|
||||
sh 'ls TGC-ISS/dbt-rise-tgc/src-gen/vm/interp/'
|
||||
sh 'cmake --build TGC-ISS/build -j'
|
||||
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim --isa ?'
|
||||
}
|
||||
}
|
||||
|
||||
stage("start to run FW with ISS") {
|
||||
stage("start to run hello FW on ISS") {
|
||||
steps {
|
||||
sh 'pwd'
|
||||
sh 'ls'
|
||||
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim/ -f ISS_Debug/hello.elf'
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user