Closed prajwalkashyap closed 1 year ago
It does not make too much sense IMHO to attach an AXI accelerator within the cluster, as the act of coupling them by AXI makes them pretty much decoupled (same level of coupling as a L2 accelerator). For example, the cluster is itself an "AXI-coupled accelerator" of the pulp-soc. So I see two options:
Hi @FrancescoConti Thank you for replying. I am implementing point no 1. I think the cluster address is 32'h1000_0000 to 32'h1040_0000 according to soc_mem_map.svh file. But in cluster_bus_wrap.sv there is something called ext slave with address as
start_addr: cluster_base_addr + 32'h0040_0000, end_addr: 32'hFFFF_FFFF
Now if I add my IP, what address range can I use? and also should I add this address anywhere in pulp_soc or soc_interconnect_wrap.sv ?
Thank you
Hello,
I want to attach a custom IP within the pulp_cluster. I couldn't find any documents or steps anywhere to do this. I used this https://github.com/pulp-platform/pulpissimo/issues/222 to attach an IP in pulp_soc and it works fine. Can somebody share the steps/doc to attach an IP in pulp_cluster ?
Thank you