Forgot to also specify version in GP master

This commit is contained in:
JoyBed 2024-06-16 19:00:43 +02:00 committed by GitHub
parent 73e0d15da0
commit 73f493a5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class Zynq7000(CPU):
def add_axi_gp_master(self):
assert len(self.axi_gp_masters) < 2
n = len(self.axi_gp_masters)
axi_gpn = axi.AXIInterface(data_width=32, address_width=32, id_width=12)
axi_gpn = axi.AXIInterface(data_width=32, address_width=32, id_width=12, version = "axi3")
self.axi_gp_masters.append(axi_gpn)
self.cpu_params.update({
# AXI GP clk.