...
User defined board part csv file
| Value |
---|
ID | ID to identify the board variant of the module series, used in TE-Scripts |
| Number, should be unique in csv list |
PRODID | Product ID, currently not used in TE-Scripts |
| Product Name |
PARTNAME | FPGA Part Name, used in Vivado and TE-Scripts |
| Part Name, which is available in Vivado, ex. xc7z045ffg900-2 |
BOARDNAME | Board Part Name, used in Vivado and TE-Scripts |
| Board Part Name or "NA", which is available in Vivado, NA is not defined to run without boardpart, ex. trenz.biz:te0782-02-45:part0:1.0 |
SHORTNAME | Subdirectory name, used for multi board projects to get correct sources and save prebuilt data |
| Name, should be unique in csv list |
ZYNQFLASHTYP | Flash typ used for programming Zynq-Devices via SDK-Programming Tools (program_flash) |
| "qspi_single" or "NA", NA is not defined |
FPGAFLASHTYP | Flash typ used for programming Devices via Vivado/LabTools |
| "<Flash Name from Vivado>|<SPI Interface>|<Flash Size in MB>" or "NA" , NA is not defined, ex. s25fl256s-3.3v-qspi-x4-single|SPIx4|32 Flash Name is used for programming, SPI Interface and Size in MB is used for *.mcs build. |
To modifiy current csv list, make a copy of the original csv and rename with suffix "_mod.csv", ex.TE0782_board_files.csv as TE0782_board_files_mod.csv. Scripts used modified csv instead of the original file.
...