手机看片福利永久国产日韩-手机看片369-手机精品在线-手机国产乱子伦精品视频-国产精品嫩草影院在线观看免费-国产精品嫩草影院在线播放

首頁 新聞 > 科技 > 正文

用VHDL設計的任意頻率分頻器

Sometimes I need to generate a clock at a lower frequency than the main clock driving the FPGA. If the ratio of the frequencies is a power of 2, the logic is easy. If the ratio is an integer N, then a divide-by-N counter is only a little harder. But if the ratio isn"t an integer, a little (and I mean a little) math is required. Note that the new clock will have lots of jitter: there"s no escaping that. But it will have no drift, and for some applications that"s what counts. If you have a clock A at frequency a, and want to make a clock B at some lower frequency b (that is, b a), then something like: d = 0; forever { Wait for clock A. if (d 1) { d += (b/a); } else { d += (b/a) - 1; /* getting here means tick for clock B */ } } but comparison against zero is easier, so subtract 1 from d: d = 0; forever { Wait for clock A. if (d 0) { d += (b/a); } else { d += (b/a) - 1; /* getting here means tick for clock B */ } } want an integer representation, so multiply everything by a: d = 0; forever { Wait for clock A. if (d 0) { d += b; } else { d += b - a; /* getting here means tick for clock B */ } } For example. I just bought a bargain batch of 14.1523MHz oscillators from BG but I need to generate a 24Hz clock. So a=14152300 and b=24: d = 0; forever { Wait for clock A. if (d 0) { d += 24; } else { d += 24 - 14152300; /* getting here means tick for clock B */ } } For a hardware implementation I need to know how many bits are needed for d: here it"s 24 bits to hold the largest value (-14152300) plus one more bit for the sign. In VHDL this looks like: signal d, dInc, dN : std_logic_vector(24 downto 0); process (d) begin if (d(24) = "1") then dInc = 0000000000000000000011000; -- (24) else dInc = 1001010000000110110101100; -- (24 - 14152300) end if; end process; dN = d + dInc; process begin wait until A"event and A = "1"; d = dN; -- clock B tick whenever d(24) is zero end process;

關鍵詞: VHDL任意頻率分頻器

最近更新

關于本站 管理團隊 版權申明 網站地圖 聯系合作 招聘信息

Copyright © 2005-2018 創投網 - www.extremexp.net All rights reserved
聯系我們:33 92 950@qq.com
豫ICP備2020035879號-12

 

主站蜘蛛池模板: 青青热久免费精品视频精品| 久久精品一区二区三区中文字幕| 女人让男人直接桶| 欧美综合自拍亚洲综合图片区| 欧美视频亚洲视频| 国产精品人成在线播放新网站| 在公交车上弄到高c了公交车视频| 香蕉av影院| 欧美猛交xxxx免费看| 久久中文字幕一区二区| 亚洲综合三区| 好男人社区在线www| 国产精华av午夜在线观看| 久久国产精品二国产精品| 公和我做好爽添厨房| 亚洲国产成人久久一区www| 欧美三级在线看中文字幕| 波多野结衣动态图| 男生被男生到爽动漫| 成人深夜视频在线观看| 大片毛片女女女女女女女| 国产精品久久久久久久| 特级aaaaaaaaa毛片免费视频| 伊人久久大香线蕉综合电影网| 四虎影视永久在线精品免费| 无翼日本全彩漫画大全全彩| 你的腿再打开一点就能吃到了| 嗯嗯在线观看免费播放 | 再深点灬舒服了灬太大了乡村| www..com色| 国产三级影院| 天堂mv免费mv在线mv观看| 我要看a级毛片| 久久综合九色综合欧美播| 中文字幕www| 老师粗又长好猛好爽视频| 中文字幕精品视频在线观| 亚洲精品无码不卡| 一个人看的日本www| 精品国产精品久久一区免费式 | 色www永久免费视频|