Tim Fischer
Tim Fischer
> @fischeti. Would it be possible to update the `xp` and upstream it? Would be possible, yes. I can take care of that
I rebased the branch, pushed and cleaned up the AXI Crosspoint. It would theoretically be ready to be merged now. However, there is still no testbench to verify the crosspoint....
Thanks for the PR. In general, it looks good to me. I just wanted to ask what kind of changes you expect for Fusion Compiler that would justify a new...
Yes you are correct, the source can only be identified on the NoC side with the `src_id` field in the header. AXI requests coming from the NoC don't contain any...
Those are header files of the [`common_cells`](https://github.com/pulp-platform/common_cells/tree/master/include/common_cells) and [`axi`](https://github.com/pulp-platform/axi/tree/master/include/axi) dependencies, that are automatically fetched by bender. For vivado you probably want to create a compilation script like this: ``` bender...
I am not quite sure what you mean with you found the header files in the Bender.yml. The include headers are part of the bender dependencies which define the include...
They are declared inside the `axi_demux_simple` (see [here](https://github.com/pulp-platform/axi/blob/ac5deb3ff086aa34b168f392c051e92603d6c0e2/src/axi_demux_simple.sv#L513))
Did you modify the `axi_pkg.yml` file? If so, could you post the content here, such that I can reproduce it?
This error is thrown when no `verible-verilog-format` executable was found in your path. So you probably forgot to put it into your path. Otherwise there is also a `--no-format` flag...
Hi Abdul, Which testbench exactly are you having problems with? the DMA testbenches have DMA models which require _job files_ to tell what transactions to generate and where to. There...