File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
hdk/cl/examples/cl_dram_dma/design Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ module cl_ila (
40
40
// ----------------------------
41
41
cl_debug_bridge CL_DEBUG_BRIDGE (
42
42
.clk (aclk),
43
- .S_BSCAN_VEC_drck (drck),
44
- .S_BSCAN_VEC_shift (shift),
45
- .S_BSCAN_VEC_tdi (tdi),
46
- .S_BSCAN_VEC_update (update),
47
- .S_BSCAN_VEC_sel (sel),
48
- .S_BSCAN_VEC_tdo (tdo),
49
- .S_BSCAN_VEC_tms (tms),
50
- .S_BSCAN_VEC_tck (tck),
51
- .S_BSCAN_VEC_runtest (runtest),
52
- .S_BSCAN_VEC_reset (reset),
53
- .S_BSCAN_VEC_capture (capture),
54
- .S_BSCAN_VEC_bscanid (bscanid )
43
+ .S_BSCAN_drck (drck),
44
+ .S_BSCAN_shift (shift),
45
+ .S_BSCAN_tdi (tdi),
46
+ .S_BSCAN_update (update),
47
+ .S_BSCAN_sel (sel),
48
+ .S_BSCAN_tdo (tdo),
49
+ .S_BSCAN_tms (tms),
50
+ .S_BSCAN_tck (tck),
51
+ .S_BSCAN_runtest (runtest),
52
+ .S_BSCAN_reset (reset),
53
+ .S_BSCAN_capture (capture),
54
+ .S_BSCAN_bscanid_en (bscanid_en )
55
55
);
56
56
57
57
You can’t perform that action at this time.
0 commit comments