@@ -514,7 +514,7 @@ directions below.
514
514
looking for Eclipse “.project” files in the subdirectories. Click
515
515
Finish to import.
516
516
517
- <p align =" center " >="center"> <img src =" .//media/image32.png " /></p ></br >
517
+ <p align =" center " ><img src =" .//media/image32.png " /></p ></br >
518
518
519
519
7 . After importing you should see all 9 projects in the Project
520
520
Explorer on the left.
@@ -1747,7 +1747,7 @@ is presented in Figure 20.
1747
1747
void functional_unit_contention( volatile int array[N] ) {
1748
1748
#pragma HLS loop unroll factor(1)
1749
1749
#pragma HLS loop pipeline
1750
- for (int I = 0; i < N; i++) {
1750
+ for (int i = 0; i < N; i++) {
1751
1751
int mult1 = coeff1 * coeff1;
1752
1752
int mult2 = coeff2 * coeff2;
1753
1753
array[i] = mult1 + mult2;
@@ -3489,7 +3489,7 @@ generated Verilog Cores into Libero® SoC SmartDesign.
3489
3489
3 . Launch Libero® SoC 2024.2 and open the project: “` Libero_training1/Libero_training1.prjx ` ”
3490
3490
3491
3491
4 . Navigate to the Design Hierarchy and search for “canny”. Right click
3492
- the canny_top design component and select Delete . This is to make
3492
+ the canny_top design component and select Unlink . This is to make
3493
3493
sure there are no duplicated blocks before importing the new
3494
3494
canny_top HDL+ block from SmartHLS.
3495
3495
<p align =" center " ><img src =" .//media/image139.png " ></p ></br >
@@ -3520,10 +3520,10 @@ generated Verilog Cores into Libero® SoC SmartDesign.
3520
3520
the SmartDesign toolbar for ` LegUp_Image_Filters ` and each parent
3521
3521
component (` video_pipelining ` , ` VIDEO_KIT_TOP ` ).
3522
3522
3523
- 10 . Go to the Design Flow tab and double click Generate FPGA Array Data.
3523
+ 10 . Go to the Design Flow tab and double click Generate FPGA Array Data.
3524
3524
This should take 1-2h to finish running.
3525
3525
3526
- 11 . The Mi-V soft processor receives configuration from the Video
3526
+ 11 . The Mi-V soft processor receives configuration from the Video
3527
3527
Control GUI running on the PC via the USB-UART. The Mi-V uses this
3528
3528
configuration to control the Image/Video Processing block. To
3529
3529
program the executable that runs on the Mi-V, double click
0 commit comments