From d8d4380c3af714e8f4fa7afbdafbebfe74435771 Mon Sep 17 00:00:00 2001 From: kodario Date: Thu, 7 Jul 2022 15:30:06 +0200 Subject: [PATCH] hbm port naming. --- .gitignore | 1 + hw/scripts/bd/cr_hbm.tcl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2940993..14def58 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ hd_visual/ ip_dir/ xsim.dir/ tb_user/ +apps/ .Xil/ csim/ .vscode/ diff --git a/hw/scripts/bd/cr_hbm.tcl b/hw/scripts/bd/cr_hbm.tcl index e7091da..21b3c69 100644 --- a/hw/scripts/bd/cr_hbm.tcl +++ b/hw/scripts/bd/cr_hbm.tcl @@ -524,7 +524,7 @@ for {set i 0} {$i < $cnfg(n_mem_chan)} {incr i} { } -if {$cnfg(vit_hls) eq 0} { +if {$cnfg(vit_hls) eq 1} { for {set i 0} {$i < $cnfg(n_mem_chan)} {incr i} { set cmd "[format "connect_bd_intf_net \[get_bd_intf_pins hbm_inst/SAXI_%02d_8HI] -boundary_type upper \[get_bd_intf_pins path_$i/M_AXI]" $i]" eval $cmd