Skip to content

Commit

Permalink
xilinx clock wizard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agrevin committed Sep 19, 2024
1 parent a401807 commit 187d90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/fpga/vivado/aes_ku040_db_g/aes_ku040_db_g.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def setup(py_params_dict):
"AXI_DATA_W": "AXI_DATA_W",
},
"connect": {
"clk_rst_i": "clk_rst",
"clk_rst_i": "clk_rst_i",
"ui_clk_o": "ddr4_ui_clk_out",
"axi_clk_rst": "ddr4_axi_clk_rst",
"axi_s": "memory_axi",
Expand All @@ -335,7 +335,7 @@ def setup(py_params_dict):
"INPUT_PER": 4,
},
"connect": {
"clk_rst_i": "clk_rst",
"clk_rst_i": "clk_rst_i",
"clk_rst_o": "clk_wizard_out",
},
},
Expand Down

0 comments on commit 187d90d

Please sign in to comment.