Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

trigger to 12 clocks - verilog

Status
Not open for further replies.

digi001

Full Member level 5
Full Member level 5
Joined
Apr 5, 2011
Messages
244
Helped
22
Reputation
44
Reaction score
21
Trophy points
1,298
Activity points
2,904
What is the best way to generate 12 clocks signals from a master clock, once a trigger goes low?

After the 12 clocks the circuit should stop. How would I do this in Verilog?
 

I don't understand your question. Please elaborate your question, do you want 12 different clock sources(please indicate their frequency) generated from one master clock or you want 12 clock cycles on master clock after the trigger goes low????
 
  • Like
Reactions: digi001

    digi001

    Points: 2
    Helpful Answer Positive Rating
No the question is regarding control signals for sequential logic. Say i come up with a sequential circuit which is pipelined and needs 12 clock cycles to complete. What is the best way to get this circuit 12 clock cycles then stop? Should this be embedded into the sequential circuit module, or should this be a separate circuit that generates 12 clock cycles.
 

the clock runs forever. Never mess with the clocks.
You need to have an enable signal that is high for 12 clocks (or for proper deisgn just keep pumping in data with a valid signal that makes when the output is valid.)
 
  • Like
Reactions: digi001

    digi001

    Points: 2
    Helpful Answer Positive Rating
Ok thanks. Yes i see what you mean, I should stick to using more of clock enables and let the data continuously flow through with a latency of 12 clock cycles.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top