Added by Bob Clarke almost 13 years ago
What file/prom settings should I use when creating an MCS file for my application in the MityDSP-Pro.
-Bob Clarke
Hi Bob,
The MCS file generation is pretty straightforward. The real key is to ensure that you float your unused IOB's in the bitstream generation options. Once you have a .bit file that you like, you can run the following command from an ISE prompt (uses the promgen utility) to create a valid mcs file:
promgen -w -p mcs -u 0 your_bit_file.bit -o your_mcs_file.mcs
Hope this helps.
-Mike