Skip to content

Commit

Permalink
scripts/adi_sim.tcl: Updated scripts
Browse files Browse the repository at this point in the history
- Changed the interconnect cascading option to automatically cascade in testbenches

Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely committed May 29, 2024
1 parent a9ebdb5 commit a27e9ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/adi_sim.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ proc adi_sim_project_xilinx {project_name {part "xc7vx485tffg1157-1"}} {
create_bd_design $design_name

global sys_zynq
global sys_cpu_interconnect_cascade

set sys_zynq -1
set sys_cpu_interconnect_cascade 1

if { ![info exists ad_project_params(CUSTOM_HARNESS)] || !$ad_project_params(CUSTOM_HARNESS) } {
source ../common/test_harness/test_harness_system_bd.tcl
}
Expand Down

0 comments on commit a27e9ce

Please sign in to comment.