Merge pull request #218 from railnova/zynq

[fix] Slave interface HP0 clk name
This commit is contained in:
enjoy-digital 2019-07-12 18:00:03 +02:00 committed by GitHub
commit 95796c5b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class SoCZynq(SoCCore):
self.axi_hp0_fifo_ctrl = axi_hp0_fifo_ctrl = Record(axi_fifo_ctrl_layout())
self.ps7_params.update(
# axi hp0 clk
i_M_AXI_HP0_ACLK=ClockSignal("sys"),
i_S_AXI_HP0_ACLK=ClockSignal("sys"),
# axi hp0 aw
i_S_AXI_HP0_AWVALID=axi_hp0.aw.valid,