Mladen Slijepcevic
Mladen Slijepcevic
…GN_WSB Fix #3494
Hi, is there some example on how we can use JS callbacks/async call with Duktape? E.g. I would like C-code to call this script (`read` and `write` functions are defined)...
Hi, can we use JS callbacks/async calls with Dukglue? Is there some example (I was looking at `tests` but couldn't fine) E.g. I would like C/CPP code to call this...
We get the `r_last` and `r_valid` for 2 cycles  I guess that it can be fixed, instead of https://github.com/Minres/SystemC-Components/blob/ed4a529680204b25797e35ab7c9875b1d3ada50d/src/bus_interfaces/axi/pin/ace_target.h#L420 putting it in `else` ``` if(this->r_ready.read()) { ... } else...
This size is not always correct: https://github.com/Minres/SystemC-Components/blob/ed4a529680204b25797e35ab7c9875b1d3ada50d/src/bus_interfaces/axi/pin/ace_target.h#L368 According to spec (Page. D3-187 [IHI0022H_c_amba_axi_protocol_spec.pdf](https://github.com/Minres/SystemC-Components/files/13441596/IHI0022H_c_amba_axi_protocol_spec.pdf) ) ``` The following transactions have a single read data channel transfer: - CleanUnique - MakeUnique -...
Hi Eyck, not sure if there is a bug in this line: https://github.com/Minres/SystemC-Components/blob/7d8a0173b219d684c80ba268086b31027d4a7402/src/bus_interfaces/axi/pin/axi4_initiator.h#L174C13-L174C13 In case we have e.g. `32B` wide bus, we want to have single `4B` write, with an...
It would be nice to see this value (before and after `7f001700`) w/o zooming in. E.g. by pointing the mouse on the value 
Hi, Where do you have a list of currently supported vector extensions? Are they all listed in `llvm/lib/Target/RISCV/RISCVFeatures.td` ?
In commit f7616ad7c258b2b313f78a635e2c18e5ca39170c in constructor of `processor_t` is changed the order of calling processor `reset` and creating disassembler / registering extensions. That result in incorrect adding CSRs for custom extensions,...
I tried running Spike with 2 "identical" `isa` strings - `rv64imafdvch` and `rv64imafdcvh` In the first case I get the following error: ``` error: bad --isa option 'rv64imafdvch'. Extension 'c'...