Matthias
Matthias
have you found a way of doing this? i am experiencing this problem as well.
now the first instruction is at the address of `0x00100000` in objdump: ``` 00100000 : 100000: 21600093 li ra,534 100004: 33a00113 li sp,826 100008: c7300193 li gp,-909 10000c: 8ad00213 li...
actually the boot address of ibex is not 0x100000 but 0x100080, we should start the program at that address.
so what is debup? I have firtool installed and when i run make verilog, the following error occurs: ``` `No mill version specified. You should provide a version via '.mill-version'...