Re: DCM question



You had better look at your DSP data sheet and see what clock the external
bus timing parameters are referenced to. In my design (similar to yours),
there were no timing specs between the DSP bus signals and the DSP clock
input; the specs referred to the DSP's bus clock output. So I had to send
the oscillator to the DSP clock input, and the DSP clock output to the FPGA.

"Marco" <marco@xxxxxxxxxxx> wrote in message
news:1141806772.500591.65390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
for my project I'd like to use the same 25MHz clock signal (coming from
an external oscillator) for both the DSP and my Spartan3. A pll inside
the DSP creates the 600MHz clock from the 25MHz. I still don't know how
fast I'll let the FPGA work, so I was supposed to acquire the 25MHz
clock and through a DCM bring it to the level, i.e. 50MHz or 60Mhz,
that optimizes my design. In such a way I would have the same clock for
both my devices, syncronized and each with its proper frequency.
Can I do that or should I avoid this way of working?
Is it a common way to work?
Suggestions?
Thanks, Marco



.



Relevant Pages

  • Re: Referenced signal not in sensitivity list
    ... The function I am implementing is a FIFO that reads data from the bus ... when clk and work_in are both high. ... the book presents the design of a complete RISC ... A typical function that you're trying to implement wants to clock data ...
    (comp.lang.verilog)
  • Digital logic & CPU registers
    ... I'm designing an 8-bit CPU (With very slow clock!) on the excellent freeware logic simulation package Logisim. ... In design 1, both the input (from the bus) and output of the register are switched with tri-state buffers. ... To load a value from the bus, you'd make "Input enable" for the specific register high, then send a "Load clock" to that register. ...
    (sci.electronics.design)
  • Re: An implementation of a clean reset signal
    ... outputs that do not actually reset themselves until the clock does start ... say if the FPGA is on a bus. ... How about TriState contention? ... Cambrian Design Works ...
    (comp.arch.fpga)
  • SystemVerilog interfaces and modports, cant drive an input?
    ... I've written my testbench in SV to verify a Verilog RTL design. ... is a simple bus that I use to communicate with the design. ... drives the clock for this bus. ... my tool is complaining that I cannot drive a modport input with the ...
    (comp.lang.verilog)
  • Re: Digital logic & CPU registers
    ... I'm designing an 8-bit CPU (With very slow clock!) on the excellent ... In design 1, both the input (from the bus) and output of ... the register are switched with tri-state buffers. ...
    (sci.electronics.design)