Marko Zec

Results 11 comments of Marko Zec

f32c/rv32 only supports zero-wait-state block ram, so any of the xram projects won't work.

The f32c core which is in the focus of the fpgarduino project currently lacks atomic memory primitives (LL/SC) and cache coherency circuitry. The first step would be adding those bits,...

Is the change for DE0 board necessary for getting DE10 to work?

Sorry for chiming in late... Actually, we have a patch to ng_bridge bit-rotting in a private branch, which provides certain VLAN manipulation capabilities. I'd have to dig up additional docs...

Hi @vgiotsas, the delay you observe with non-zero bandwidth is both intentional and correct, as we are trying to emulate properties of a physical link, not just rate-limit flows. The...

Hi Jose, sounds like a significant amount of valuable work you did. Having GUI localization could be a huge win for IMUNES, especially for high-school / sophomore audiences, which appear...

I've just commited a crude realloc() implementation and rebuilt the C libs. With the new libc I can get the SerialEvent example to compile by adding the following code chunk...

If you have problems with operator delete, you should also have problems with operator new. Both are implemented in hardware/fpga/f32c/cores/f32c/new.cpp. A simple, minimal example which can reliably provoke the error...

Hmm as a person who uses or cares about C++ only when shotgun-forced, I can only comment that our new.cpp was blindly cloned many years ago from (I believe): https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/new.cpp...

I like your approach with patching compiler flags in platform.txt better, as there's no point in introducing more dummy functions which are equivalent to the existing ones, and just occupy...