Skip to content

Commit

Permalink
Change the emif0 name to io96b0
Browse files Browse the repository at this point in the history
Signed-off-by: Wong, Felix Siew An <felix.siew.an.wong@intel.com>
  • Loading branch information
FelixWongSiewAn committed Mar 28, 2024
1 parent 85cd6be commit 9df918c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sm_soc_devkit_ghrd/hps_subsys/construct_subsys_hps.tcl
Expand Up @@ -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
Expand Down

0 comments on commit 9df918c

Please sign in to comment.