Create an MCS file for download to BORG board
There are four Xilinx 4010E-PC84 chips on each BORG board.
The following steps can be used to download a design to BORG board.
- Create bitstreams .bit for all 4 Xilinx 4010E chips.
Concatenate all the bits stream into an MCS format file.
The bit streams must be arranged in the following order: R1 -> X1 -> R2 -> X2
promgen -p mcs -o design.mcs -u 0 r1.bit x1.bit r2.bit x2.bit
- Download the .mcs file.
bd design.mcs
The CMPE225 Web:
Copyright 2001; Department of Computer Engineering,
University of California, Santa Cruz.
pak@cse.ucsc.edu