Re: Generating a negated clock



MM wrote:

"Nemesis" <nemesis@xxxxxxxxxxxxxxx> wrote in message
news:20090716184149.3460.49994.XPN@xxxxxxxxxxxxxxxx

I interfaced my DSP code with base code of the board (an ADC board).
I don't want to modify the original code. I think they didn't use the
Xilinx core because the fifo's depth is about 12000, Xilinx core accept
only power of 2 depths if I remember well.

I am pretty sure it would be easier and an overall better solution to
replace a weird FIFO than to create a weird clocking scheme. The reason they
didn't use a Xilinx core could be because they wanted the code to be
portable between different FPGA vendors (they might have ADC boards with
different FPGAs available), which is still a bad excuse for requiring 2
phases of the same clock.

In any case I doubt there's much value in their ADC interface code. You
could probably interface to the ADC directly yourself.

At the end they use (smaller) Xilinx Fifo core to build the large one, I
suppose they didn't use directly a 16k fifo core not to waste BRAMs.

Anyway I don't want to play with their implementation because it contains
also interface code for getting data from the FIFO on the PCI bus or
another customized bus.

Unfortunately I don't have the time to study their solution and modify it
in a reliable way.
--
It is better to deserve honors and not have them than to have them and
not to deserve them.
_ _ _
| \| |___ _ __ ___ __(_)___
| .` / -_) ' \/ -_|_-< (_-<
|_|\_\___|_|_|_\___/__/_/__/ http://xpn.altervista.org

.



Relevant Pages

  • Re: Generating a negated clock
    ... I interfaced my DSP code with base code of the board (an ADC board). ... Xilinx core because the fifo's depth is about 12000, ... portable between different FPGA vendors (they might have ADC boards with ... In any case I doubt there's much value in their ADC interface code. ...
    (comp.arch.fpga)
  • Re: MATLAB/Simulink + RTW and generating code for a microcontroller
    ... run on a microcontroller (any microcontroller, not only those TI chips on ... It should be able to read some data from a ADC, ... I have no idea how to interface to ADC and DAC. ...
    (comp.arch.embedded)
  • MATLAB/Simulink + RTW and generating code for a microcontroller
    ... I want to convert a Simulink model with one input and one output to a C program that I could run on a microcontroller. ... It should be able to read some data from a ADC, do some processing and send the result to a DAC. ... I have no problem generating the "middle part", i.e. processing, but I have no idea how to interface to ADC and DAC. ...
    (comp.arch.embedded)
  • Re: PC based DIY Oscilloscopes, logical analyzers, spectrum analyzers, etc...
    ... the heart of all those would simply be an ADC? ... I'm not sure about which interface to use though. ... Consider if you want storage or realtime. ...
    (sci.electronics.design)
  • Re: ADC implementation on fpga? Information and procudures wanted.
    ... >Hopefully the interfacing to an external adc is not too complicated. ... >then acquire the value to the fpga for further processing. ... package size, cost, and complexity of the digital interface. ...
    (comp.arch.fpga)

Loading