- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone:),
I wish to use a really low clock frequency in DSP builder, say about 100HZ, it does not need to be very accurate. since PLL won't work. Here's my idea: 1. in VHDL, it could be easily made by a counter and a reverse process, so I tried to import VHDL to the simulink, yet there's another problem: how to specify the clock signal in DSP builder to a signal inside the design ?:( 2.If the first method doest not work, maybe a "enable" pulse generator is ok. is it like that I have to put some flip-flops in the circuit ? my design has many freedback paths, I'm not sure if the flip-flops would harm the feedback property. It there any reference design for a low frequency clock in DSP builder? that would be great. Sorry for the poor English, I would really appreciate any discussion TonyLink Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Hi everyone:), I wish to use a really low clock frequency in DSP builder, say about 100HZ, it does not need to be very accurate. since PLL won't work. Here's my idea: 1. in VHDL, it could be easily made by a counter and a reverse process, so I tried to import VHDL to the simulink, yet there's another problem: how to specify the clock signal in DSP builder to a signal inside the design ?:( 2.If the first method doest not work, maybe a "enable" pulse generator is ok. is it like that I have to put some flip-flops in the circuit ? my design has many freedback paths, I'm not sure if the flip-flops would harm the feedback property. It there any reference design for a low frequency clock in DSP builder? that would be great. Sorry for the poor English, I would really appreciate any discussion Tony --- Quote End --- the second method would take extreme simulation time in simulnk What if I buy a low-f oscillator as clock signal, does FPGA need a minimum frequency requirement for clock signal ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are using dsp builder then please remember that the preferred way is using the primitives (if available, e.g., counter, etc.) first... rather than putting own code...
About such a low frequency clock you first need to know that what is the default base clock in your design and how to change it.. Of course it has limits (both highest and lowest possible)... using 'Clock' block from "Altera DSP builder block set"... then further lower it down using a counter.... Hope it works...- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In DSP Builder, you can try Clock/Clock_Derived to generate different clock, or you can try Tsamp to change clock...
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page