Mladen Slijepcevic

Results 6 issues of Mladen Slijepcevic

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 ![image](https://github.com/Minres/SystemC-Components/assets/77167949/a9d8c7cb-a88a-408b-a966-532551a8ff6d) 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 -...

bug

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...