![Sundance Spas SMT398 User Manual Download Page 14](http://html1.mh-extra.com/html/sundance-spas/smt398/smt398_user-manual_1395354014.webp)
Version 1.1.1
Page 14 of 38
SMT398 User Manual
CONFIG is driven from another TIM site on the carrier board, for instance, from a
DSP module running an application. (See
for
information on the DSP TIM CONFIG signal.)
After a Global Reset pulse, a DSP module drives CONFIG low and keeps it low by
default.
After Reset and loading of the DSP application, CONFIG can be driven the following
way:
#include “SMT3xx.h”
#define CONFIG_BIT 1<<6
int main()
{
*CONFIG |= CONFIG_BIT; //tristates CONFIG (Pull-ups on the carrier board pull CONFIG high)
*CONFIG &= (UINT32)~CONFIG_BIT;//CONFIG is driven low
//delay while the FPGA is configured
*CONFIG |= CONFIG_BIT;
}
This feature can be interesting in systems where:
•
The FPGA needs to implement multiple functions spread in different
bitstreams that are needed at different stages of the application.
•
The system needs to keep running and can’t be interrupted by a global Reset
pulse when the FPGA needs to be configured with a new bitstream.
Notes:
•
TIM CONFIG is only available on SMT398 v3. The SMT398 version is written
on TOP of the board (See
Figure 10:SMT398 Components placement-Top
•
TIM CONFIG needs CPLD code version 2.1 or above (Written on a sticker on
the CPLD. (See
Figure 10:SMT398 Components placement-Top view
•
The ComPort3 is reserved for the CPLD and cannot be made available to the
FPGA.
•
CONFIG needs switch SW1 position 8 to be ON. (See
Components placement-Bottom view
Virtex II Bitstream Format
The Virtex II SelectMap interface is an 8-bit interface on the device with data pins
labeled D[7:0]. The configuration bitstreams can be written eight bits per clock cycle.
The Virtex II configuration bitstreams generated by BitGen (.bit files) contain a mix of
commands and data on 32 bit word boundaries, shown in
page 20. This format assumes D0 is considered the MSBit as shown
Summary of Contents for SMT398
Page 1: ...SMT398 User Manual...