Iñigo Muguruza

Results 8 comments of Iñigo Muguruza

Not sure, but may be those are fetched by `fusesoc`. For instance, if I type `fusesoc list-core`, `fusesoc:utils:generators` appears listed

Same error here, it looks like `git clone --recursive-submodules` is not working properly

@vmayoral : parece que es debido al commit 'c08799...'.

I have a doubt: which is the aim of [makehex.py](https://github.com/olofk/observer/blob/master/sw/makehex.py)? I have been able to compile a C++ example using native linker (should I use the one you provide?) and...

I understand that you use it for creating an .hex, but why don't you use riscv64-unknown-elf-objcopy -o ihex or -o tekhex? Just wondering

Ok, I see that the makehex.py error might be due to the size of the binary file I am obtaining after cross-compilation. I see that the base.v is about 1024,...