Merge pull request #684 from sergachev/master
cores/cpu/zynq7000: fix axi hp slave registration
This commit is contained in:
commit
b8d48385f6
|
@ -215,7 +215,7 @@ class Zynq7000(CPU):
|
|||
assert len(self.axi_hp_slaves) < 4
|
||||
n = len(self.axi_hp_slaves)
|
||||
axi_hpn = axi.AXIInterface(data_width=64, address_width=32, id_width=6)
|
||||
self.axi_hp_masters.append(axi_hpn)
|
||||
self.axi_hp_slaves.append(axi_hpn)
|
||||
self.cpu_params.update({
|
||||
# AXI HP0 clk
|
||||
f"i_S_AXI_HP{n}_ACLK" : ClockSignal("ps7"),
|
||||
|
|
Loading…
Reference in New Issue