x653

Results 4 comments of x653

Hi Obijuan, I send a merge request to toolchain-icestorm in which i added the script compile_iceprogduino.sh. Does this help?

iceprogduino is a c-program used to upload the bitstream file to Olimexino fpga board iCE40HX1/8K-EVB connected over an arduino like programmer board (e.g. olimexino-32u4) To install iceprogduino: 1. clone the...

Hi there, I did port xv6 to Riscv32i and succeded to run it on an fpga implementation of RV32ia. Also on my fpga i noticed the same behaviour as you....

Hi Martin, the CPU has to do MMU logic in hardware. When vma is activated, the cpu does the "walk" in hardware to find the appropriate physical memory location. The...