Iztok Jeras

Results 74 comments of Iztok Jeras

I added `deallocate`, but I am not sure if correctly, I have never seen it used in memory initialization code before. https://github.com/jeras/miscelaneous/commit/61e12c3a5863da9a58e8466d65545b25110194ee This did not solve the memory leak, it...

I did a bit of git bisection. Commit `0e3ac92a434756b2e5c9a54215ed9f476bf73b5c` (2023-09-17 08:23:38) (`ghdlrun: use pre-elaboration mode by default`) is the last where the simulator terminates on attempting to open for read...

I created a repo with instructions for compiling, running and debugging Zephyr OS with QEMU ARM simulator. You can use Zephyr or run your own application in QEMU. If you...

This was on a Xilinx UltraScale+ MPSoC board running Petalinux, and I observed the accesses using ILA. I am not working on the same project anymore, so I am unable...