生成 SPI 链式文件 (cfg_gen_chain_file)
fpga_gen_chain_fileMerge two or more .sbit files into an SPI chain file offline, with optional bin generation and bit/byte reversal.
Instructions
离线把两个或更多 .sbit 合成 SPI chain 文件。不连器件。可选生成 bin 及字节/位反转,全部参数化。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| infile | Yes | 输入 .sbit 列表(-infile),至少一个 | |
| outfile | No | 输出文件(-outfile),默认取第一个输入文件名 | |
| pdsVersion | No | 可选 PDS 版本/标签 | |
| timeoutSec | No | 超时秒数,默认 120 | |
| createBinFile | No | -create_bin_file:同时生成 bin 文件 | |
| reverseBitInAByte | No | -reverse_bit_in_a_byte:bin 内按字节翻转 bit | |
| reverseByteInAWord | No | -reverse_byte_in_a_word:bin 内按字翻转 byte |