📄 bfload.1
字号:
.TH bfload 1 "2008 April 9" "EMC Documentation" "The Enhanced Machine Controller".SH NAMEbfload \- A program for loading a Xilinx Bitfile program into the FPGAof an Anything I/O board from Mesa Electronics..SH SYNOPSIS.B bfloadhelp.P.B bfloadlist.P.B bfloadBoardType[:BoardIdentifier]=BitFile.P.B bfload<filename> [<cardnum>].SH DESCRIPTIONThis program loads a Xilinx bitfile-format FPGA program into the FPGA of an Anything I/O board from Mesa Electronics.Currently supported boards:.IP5i20.IP7i43 (both the 200K and 400K FPGA models).SH OPTIONSThe first two command-line forms do not program an FPGA..IP.B helpPrints terse usage info..IP.B listLists all the supported PCI Anything I/O boards in the system..PThe last two command-line forms try to program the FPGA of an Anything I/O board..PThe new, prefered command-line syntax is: BoardType[:BoardIdentifier]=BitFile.IP.B BoardTypespecifies the model name of a supported Anything I/O board (see theDESCRIPTION section above)..IP.B BoardIdentifieris optional. Its format depends on the board type. For PCI boards,BoardIdentifier is an integer specifying the n'th discovered PCI boardof that type. For EPP boards, BoardIdentifier is the I/O address of theparallel port to use, in the format "IOAddr[,IOAddrHigh]". If IOAddrHighis omitted, it defaults to IOAddr + 0x400. If BoardIdentifier is omitted,it defaults to "0" for PCI boards and "0x378" for EPP boards..IP.B BitFileis the name of the FPGA program file to send..PThe old, deprecated command-line syntax is: <filename> [<cardnum>].POnly the 5i20 board is supported with this syntax. Support for thissyntax will be removed in a future version of EMC..IP.B <filename>is the name of the FPGA program file to send..IP.B <cardnum>(optional, defaults to 0) is the index of the board to send it to..SH EXAMPLE# send the file SV12.BIT to the first 5i20 board in the system.brbfload 5i20=SV12.BIT.PP# send the file SV8B.BIT to the 7i43 at the specified address.brbfload 7i43:0xdc48,0xdc50=SV8B.BIT.PP# send the file SVST8_4.BIT to the first 5i20 (old deprecated syntax).brbfload SVST8_4.BIT.PP# send the file SVST8_4.BIT to the second 5i20 (old deprecated syntax).brbfload SVST8_4.BIT 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -