Iztok Jeras
Iztok Jeras
Hi, I am not sure this is the correct issue to comment on, a new issue might be better. I noticed recently support for binary data transfers was added, which...
Hi, I was already looking at the experimental branch, I noticed some ARB code was there, but is still required a pointer to a buffer for an entire transfer. And...
Another idea how to find out about , you could post a question to http://sigrok.org/ developers on their mailing list https://lists.sourceforge.net/lists/listinfo/sigrok-devel Their focus is on the client side, but they...
Here I added units for angle (phase) it is not yet ready for merging, and tests are missing: https://github.com/RedPitaya/scpi-parser/commit/fb6979d1926bb6813898012de934eca366d93ff8 For now I used the quantity in the enumeration name in...
Just some thoughts, instead of appending the type to the function name, the type could be provided as an argument. If the type endianness is the same as the platform,...
This are some of the OpenRam related articles I was reading this week: Official documentation is a slide presentation, this is probably the most up to date document: https://docs.google.com/presentation/d/10InGB33N51I6oBHnqpU7_w9DXlx-qe9zdrlco2Yc5co/edit#slide=id.g54b634b348_0_0 Jeffrey...
I integrated `quark` into my testbench, yes, it was rather trivial. Then I run `riscv-arch-test` and got the next results. At least some issues are probably related to the environment...
I looked at the code now, and the errors seem to be some kind of sign extension issue. The adder used to calculate both `jal` and `auipc` is `wire [ADDR_WIDTH-1:0]...
I would assume the sign extension on the immediate is not properly transferred to the result. To add the test environment to FemtoRV I would need a step by step...
The third commit, attempts to replace some one-hot multiplexers with binary select multiplexers. One hot multiplexers do not have an obvious advantage over binary select. The synthesis tool might optimize...