반응형 Risc-V2 riscv-gnu-toolchain을 이용한 바이너리 -> hex code 변환 방법 2025.01.08. 초안 작성 이것도 일단 두서없이 작성 이후에 정리할 것임 2025.01.07 - [코딩일지/RISC-V] - riscv-gnu-toolchain 설치 관련 기록 위의 포스팅을 보고 일단 riscv-gnu-toolchain부터 설치하고 와야 함 아래는 decoder.py 프로그램import osdef load_binary_to_memory(binary_file, memory_size, memory_base=0x0): """ Reads a binary file and maps its contents into a memory array of the specified size. Args: binary_file (str): Path to the binary fi.. 2025. 1. 8. riscv-gnu-toolchain 설치 관련 기록 2025.01.07. 초안2025.01.08. 업데이트 일단 두서없이 기록 중.. 설치 환경 셋업 다 되면 언젠간 정리할 예정 어쩌다보니 ASIC 설계에 risc-v core를 넣게 되어 관련 셋업 중임. https://github.com/riscv-collab/riscv-gnu-toolchain/tree/master GitHub - riscv-collab/riscv-gnu-toolchain: GNU toolchain for RISC-V, including GCCGNU toolchain for RISC-V, including GCC. Contribute to riscv-collab/riscv-gnu-toolchain development by creating an account on GitHub.git.. 2025. 1. 7. 이전 1 다음 반응형