adds TGC-ISS prefix in jenkins
This commit is contained in:
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@@ -169,22 +169,28 @@ pipeline {
|
|||||||
sh 'ls'
|
sh 'ls'
|
||||||
sh 'rm -rf *@tmp'
|
sh 'rm -rf *@tmp'
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
|
sh 'ls TGC-ISS'
|
||||||
|
sh 'ls TGC-ISS/TGC-GEN'
|
||||||
|
sh 'ls TGC-ISS/TGC-GEN'
|
||||||
|
|
||||||
|
sh 'ls TGC-GEN'
|
||||||
|
sh 'ls TGC-GEN'
|
||||||
sh '''
|
sh '''
|
||||||
for core in RV32GC; do
|
for core in RV32GC; do
|
||||||
for backend in interp; do
|
for backend in interp; do
|
||||||
TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-GEN/CoreDSL/${core}.core_desc
|
TGC-ISS/TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-ISS/TGC-GEN/CoreDSL/${core}.core_desc
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
for core in RV64GC; do
|
for core in RV64GC; do
|
||||||
for backend in interp; do
|
for backend in interp; do
|
||||||
TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-GEN/CoreDSL/${core}.core_desc
|
TGC-ISS/TGC-GEN/scripts/generate_iss.sh -o dbt-rise-tgc/ -c $core -b ${backend} TGC-ISS/TGC-GEN/CoreDSL/${core}.core_desc
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
'''
|
'''
|
||||||
sh 'conan profile detect --force'
|
sh 'conan profile detect --force'
|
||||||
sh 'rm -rf TGC-ISS/build'
|
sh 'rm -rf TGC-ISS/build'
|
||||||
sh 'cmake -S . -B build --preset Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF'
|
sh 'cmake -S TGC-ISS/. -B TGC-ISS/build --preset Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=OFF'
|
||||||
sh 'cmake --build build -j'
|
sh 'cmake --build TGC-ISS/build -j'
|
||||||
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim --isa ?'
|
sh 'TGC-ISS/build/dbt-rise-tgc/tgc-sim --isa ?'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user