mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
ariane_xilinx: Fix xbar clock (#799)
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
This commit is contained in:
parent
966b6b3eb7
commit
497236818f
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ axi_xbar_intf #(
|
|||
.Cfg ( AXI_XBAR_CFG ),
|
||||
.rule_t ( axi_pkg::xbar_rule_64_t )
|
||||
) i_axi_xbar (
|
||||
.clk_i ( clk_i ),
|
||||
.clk_i ( clk ),
|
||||
.rst_ni ( ndmreset_n ),
|
||||
.test_i ( test_en ),
|
||||
.slv_ports ( slave ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue