ComputerScience/FaultTolerance(6)
-
[TFLite] 캡스톤디자인 최종 발표
2025. 06. 20 금요일
2025.06.20 -
[TFLite] Emulation Results
2025. 06. 10. 화요일 📌 TODOLIST- FLIP PROB 0.00001 수준으로 줄이기- 동일한 rate에서 100회 반복 후 통계 - 값이 보존 or 변경 여부로 그래프 - random seed 변경하도록 구현
2025.06.10 -
[TFLite] Fault Injection
2025. 06. 05. 목요일
2025.06.05 -
[TFLite] Hook and Fault Injection
2025. 05. 27. Tuesday
2025.05.26 -
[Cross Compile] TensorFlow Lite RISC-V Cross Compile
0402 WednesdayTensorFlow Lite RISC-V Cross Compile set(CMAKE_SYSTEM_NAME Linux)set(CMAKE_SYSTEM_PROCESSOR riscv32)# riscv32-glibc-ubuntu-22.04-llvm-nightly-2025.01.20-nightly.tar.xz # 툴체인 경로 설정 # /home/sohyun/toolchains/riscv/sysrootset(triple riscv32-unknown-linux-gnu)set(toolchain /home/sohyun/toolchains/riscv)set(CMAKE_SYSROOT ${toolchain}/sysroot)set(CMAKE_C_COMPILER ${toolchain}/bin/${tri..
2025.04.02 -
[Paper Review] A Portable and Fault-Tolerant Microprocessor Based on the SPARC V8Architecture
A Portable and Fault-Tolerant Microprocessor Based on the SPARC V8 Architecturehttps://ieeexplore.ieee.org/document/1028926 A portable and fault-tolerant microprocessor based on the SPARC v8 architectureThe architecture and implementation of the LEON-FT processor is presented. LEON-FT is a fault-tolerant 32 bit processor based on the SPARC V8 instruction set. The processors tolerates transient S..
2025.03.17