Skip to content

Commit 5688147

Browse files
Enhance image descriptions in documentation for AXI4 peripheral creation and bitstream generation for improved clarity and context.
1 parent 550f30d commit 5688147

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/learning-paths/embedded-and-microcontrollers/advanced_soc/creating_peripheral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ These are the basic template files generated for an AXI-Lite peripheral. You can
9393
9494
12. Save the changes in the file (Ctrl+S). Next, go to the “Package IP – AUP_advanced_SoC” tab, choose the “Customization Parameters” option on the left and click “Merge Changes from Customization Parameters Wizard” to update the IP package with the changes made in HDL files:
9595
96-
![. Saving all the changes](images/picture12.png)
96+
![Screenshot of Vivado Package IP window showing the Customization Parameters page with the Merge changes from Customization Parameters Wizard link highlighted to synchronize HDL code changes with IP packaging](images/picture12.png)
9797
9898
*Figure 2.6. Saving all the changes*
9999

content/learning-paths/embedded-and-microcontrollers/advanced_soc/generating_bitstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In this section you will generate the bitstream for this project and write a C p
4848

4949
7. Select the “Create a new platform from hardware (XSA)” tab and click browse to select the XSA file you saved earlier:
5050

51-
![Adding the XSA file](images/picture29.png)
51+
![Screenshot of Vitis New Application Project wizard showing the Create a new platform from hardware (XSA) option with a browse button to select the exported hardware description file containing the FPGA design and processor configuration](images/picture29.png)
5252

5353
*Figure 3.7. Adding the XSA file*
5454

0 commit comments

Comments
 (0)