Skip to content
  • Jordan Carlin's avatar
    7fb197c2
    Replace SiFive `riscv64-unknown-elf-elf2hex` utility with custom script (#1726) · 7fb197c2
    Jordan Carlin authored
    * Replace SiFive `riscv64-unknown-elf-elf2hex` utility with custom script
    
    `riscv64-unknown-elf-elf2hex` is a frequent barrier to easily using Wally on a system that has not gone through our full installation process. Without this tool, the only thing that *needs* to be installed to run an ELF on Wally is a simulator (Verilator, Questa, etc) and a compiler. This makes it much easier to fit Wally into other flows. I've run into this a few times over the last year where `riscv64-unknown-elf-elf2hex` in particular caused issues.
    
    * Update shebang
    7fb197c2
    Replace SiFive `riscv64-unknown-elf-elf2hex` utility with custom script (#1726)
    Jordan Carlin authored
    * Replace SiFive `riscv64-unknown-elf-elf2hex` utility with custom script
    
    `riscv64-unknown-elf-elf2hex` is a frequent barrier to easily using Wally on a system that has not gone through our full installation process. Without this tool, the only thing that *needs* to be installed to run an ELF on Wally is a simulator (Verilator, Questa, etc) and a compiler. This makes it much easier to fit Wally into other flows. I've run into this a few times over the last year where `riscv64-unknown-elf-elf2hex` in particular caused issues.
    
    * Update shebang
Loading