Andreas Kuster

Results 25 comments of Andreas Kuster

@TSlivede I ran into the same issue, but actually found a simpler work-round, which can be summarized as follow: - switch from `connect_through_blocks` to the `graph->connect` function (all, even the...

@JiaoXianjun Assuming you are referring to the `dot11zynq` branch from the `opensdr` fork ([here](https://github.com/open-sdr/openofdm/tree/dot11zynq)) , i can confirm that the error is present there as well. Btw: Which is your...

@bby0616 Yes, I did. However, since there has been no activity here so far, I haven't PRd it back to this repo. I upgraded the script to python3 (including many...

Thanks for your elaborate explanation. We found a neat solution that works pretty well. A small adjustment to the rtl code (i.e. correct use of the `mock_uart` https://github.com/andreaskuster/cva6/commit/0072892b46af6246d290b05350cf82707e191460) together with...

The missing header `fesvr/dtm.h` are both part of https://github.com/riscv/riscv-isa-sim.git I suggest to install it either manually or using the [ci script](https://github.com/openhwgroup/cva6/blob/master/ci/install-fesvr.sh) and try again.

I suggest do use the `bash` shell instead of `zsh`. What error are you running into by executing the provided script above? Furthermore, these scripts are known to work on...

Hi @MikeOpenHWGroup For me, this issue is resolved with my [comment](https://github.com/openhwgroup/cva6/issues/779#issuecomment-1001003652) above. However, I kept it open with the question of whether you wanted to merge my solution ((RTL +...

A comptibility issue with the `arduino-esp32` framework arised during advanced testing. The generic Server class expects the virtual void begin(uint16_t port) to be implemented. I added a wrapper to this...

> > > > A comptibility issue with the `arduino-esp32` framework arised during advanced testing. The generic Server class expects the virtual void begin(uint16_t port) to be implemented. I added...

Fair enough. Let´s keep this open, since I still think there is the buggy verilator issue you mentioned, however there is a good chance that something broke in `cocotb-bus >...