- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i connect standart oscillator ALTUFM_OSC osc( .oscena(1'b1), .osc(clk))
i count 6 000 000 by counter.
begin
counter = counter+ 1'b1;
if(counter == const_data)
begin
signal = ~signal;
counter = 25'b0;
end
LED blinks once per second. Is it means, that frequency of quartz oscillator is 6MHz (instead of 50MHz)?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Is it means, that frequency of quartz oscillator is 6MHz (instead of 50MHz)? --- Quote End --- Seems to fit well the ALTUFM user guide. Did you ever looked into it? The MAX II/V internal oscillator is no quartz oscillator, btw.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Did you ever looked into it? --- Quote End --- Great idea, thanks
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