"Pratap" <
[email protected]> wrote in message
news:
[email protected]...
> These are the methods I tried....
> option 1: I used a clock for Chipscope pro which has a period of 10
> seconds....But in this case it tkes a huge time to get the
> data...around 600 sec for getting 16 samples...even though the values
> make sence
> Option 2: I am using the system clock iteslf for chipscope clock, and
> once in 1 seconds I generate a high pulse of width of 1 period of sys.
> clock and trigger data with that...but it takes all the data points
> after the trigger condition and hence I effectively get 1 data
> point.It's fast but doesn't help much
The ILA works like a logic analyzer; there is a "trigger" and then on each
clock the data is sampled until the buffer is full. My guess is that in
constructing the ILA core, 16 samples is the minimum buffer length (I've
generally used many more). I think you would need to use some form of
register I/O off the board to instead sample the data yourself to do any
better.
Good Luck,
Marty