|── board_files
| |── BOARD_NAME
| | |── 1.0
| | | |── board.xml
| | | |── board_name.png
| | | |── part0_pins.xml
| | | |── preset.xml
|── documents
|── BSP
| |── boot
| | |── BOOT.bin
| | |── output.bif
| |── firmware
| | |── *.bd (block design)
| | |── *.bit (bitstream)
| | |── *.xdc (constraints)
| | |── *.xsa (hardware platform)
| | |── *.xpr (project file)
| | |── *.tcl (script to rebuild the vivado project)
| | |── *.vhd (wrapper)
| |── misc
| |── software
| | |── bin
| | | |── *.elf
| | |── baremetal
| | | |── fsbl
| | | | |── *.prj
| | | | |── src
| | | | | |── *.c
| | | | | |── *.h
| | |── linux
| |── scripts
| |── petalinux
| | |── *.bsp
| | |── images
| | | |── linux
| | | | |── bl31.elf
| | | | |── boot.scr
| | | | |── image.ub
| | | | |── pmufw.elf
| | | | |── system.bit
| | | | |── u-boot-dtb.elf
| | | | |── u-boot.elf
| | | | |── zynqmp_fsbl.elf
| | |── project-spec
| | | |── meta-user
| | | | |── conf
| | | | |── meta-xilinx-tools
| | | | |── recipes-bsp
| | | | |── recipes-kernel
SundanceMultiprocessorTechnology/test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Generated from SundanceMultiprocessorTechnology/template