gongyuwei
Newbie level 6
- Joined
- Mar 4, 2014
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 127
Hi, I am using Spartan6 FPGA to receive output data of AD. The outputs of AD contain a clock and 12 bit data lines. In FPGA, I connect BUFIO2 to input clock, and use this clock to sample 12 bit data. However, I must process this data. BUFIO2 is regional clock, and the processing of data should be in global clock. I insert a FIFO between the two clocks. Now I want to connect 12 bit data to data input of FIFO, but it seems BUFIO2 can not drive internal logic. ISE gives me errors too. If this is true, how do I transmit the 12 bit data between logics after FPGA samples these data? How do I use BUFIO2 correctly?