hbm port naming.

This commit is contained in:
kodario 2022-07-07 15:30:06 +02:00
parent 439bd09a86
commit d8d4380c3a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ hd_visual/
ip_dir/ ip_dir/
xsim.dir/ xsim.dir/
tb_user/ tb_user/
apps/
.Xil/ .Xil/
csim/ csim/
.vscode/ .vscode/

View File

@ -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} { 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]" 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 eval $cmd