From 9df918c9846389b45a8fd982d0908bd4c6e1963d Mon Sep 17 00:00:00 2001 From: "Wong, Felix Siew An" Date: Tue, 31 Oct 2023 19:38:42 +0800 Subject: [PATCH] Change the emif0 name to io96b0 Signed-off-by: Wong, Felix Siew An --- sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl b/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl index 77d280f..4c61345 100755 --- a/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl +++ b/sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl @@ -89,15 +89,15 @@ if {$hps_emif_en == 1} { error "$board_emif_config_file not exist!! Please make sure the board settings files are included in folder ./board/" } - connect "emif_hps.usr_clk_0 agilex_hps.emif0_ch0_axi_clk - emif_hps.s0_axil_clk agilex_hps.emif0_csr_axi_clk - emif_hps.usr_rst_n_0 agilex_hps.emif0_ch0_axi_rst - emif_hps.s0_axil_rst_n agilex_hps.emif0_csr_axi_rst + connect "emif_hps.usr_clk_0 agilex_hps.io96b0_ch0_axi_clk + emif_hps.s0_axil_clk agilex_hps.io96b0_csr_axi_clk + emif_hps.usr_rst_n_0 agilex_hps.io96b0_ch0_axi_rst + emif_hps.s0_axil_rst_n agilex_hps.io96b0_csr_axi_rst " connect "sub_clk.out_clk sub_rst_in.clk" - connect "agilex_hps.emif0_csr_axi emif_hps.s0_axil" + connect "agilex_hps.io96b0_csr_axi emif_hps.s0_axil" } #load_component agilex_hps