CoolRunner-II器件的Keeper(維持)功臺旨
發(fā)布時間:2008/9/17 0:00:00 訪問次數(shù):640
coolrunner-ii的輸入/輸出模塊不僅具有終端調(diào)整(keeper和pullup)功能,而且可以支持多種接口標(biāo)準(zhǔn)。這些功能需要通過屬性的設(shè)置才能被啟用,并僅影響指定的輸入/輸出引腳。通常情況下,coolrunner-ii器件并不啟用這些功能。
keeper類似于一個保持器,通過弱的內(nèi)部上拉/下拉電阻將i/o腳上的數(shù)據(jù)保持在最后一個數(shù)據(jù)的狀態(tài)。需要注意的是,對于高阻或浮動的不能確定的輸入/輸出引腳,選擇keeper功能后會產(chǎn)生額外的漏電流。keeper電路不需要外部電阻,該功能的屬性設(shè)置如下。
(1)約束文件(ucf)
net <signal name> keeper;
例如:
net data_in keeper;
net clock keeper;
(2)vhdl語言
attribute keeper: string;
attribute keeper of (signal name): signal is "true";
例如:
attribute keeper: string;
attribute keeper of data_in: signal is "true";
attribute keeper of clock: signal is "true";
(3)verilog語言
//synthesis attribute keeper of (signal name);
例如:
//synthesis attribute keeper of dota_in;
//synthesis attribute keeper of clock;
歡迎轉(zhuǎn)載,信息來自維庫電子市場網(wǎng)(www.dzsc.com)
coolrunner-ii的輸入/輸出模塊不僅具有終端調(diào)整(keeper和pullup)功能,而且可以支持多種接口標(biāo)準(zhǔn)。這些功能需要通過屬性的設(shè)置才能被啟用,并僅影響指定的輸入/輸出引腳。通常情況下,coolrunner-ii器件并不啟用這些功能。
keeper類似于一個保持器,通過弱的內(nèi)部上拉/下拉電阻將i/o腳上的數(shù)據(jù)保持在最后一個數(shù)據(jù)的狀態(tài)。需要注意的是,對于高阻或浮動的不能確定的輸入/輸出引腳,選擇keeper功能后會產(chǎn)生額外的漏電流。keeper電路不需要外部電阻,該功能的屬性設(shè)置如下。
(1)約束文件(ucf)
net <signal name> keeper;
例如:
net data_in keeper;
net clock keeper;
(2)vhdl語言
attribute keeper: string;
attribute keeper of (signal name): signal is "true";
例如:
attribute keeper: string;
attribute keeper of data_in: signal is "true";
attribute keeper of clock: signal is "true";
(3)verilog語言
//synthesis attribute keeper of (signal name);
例如:
//synthesis attribute keeper of dota_in;
//synthesis attribute keeper of clock;
歡迎轉(zhuǎn)載,信息來自維庫電子市場網(wǎng)(www.dzsc.com)
熱門點擊
- FPGA中增加SPI和BPI配置模式
- 基于FPGA內(nèi)部的FIFO設(shè)計
- 可編程邏輯器件PLA乘積項陣列
- SmartXplorer技術(shù)
- FPGA器件配置電平和接口標(biāo)準(zhǔn)
- XMD軟件的調(diào)試設(shè)計
- 特定約束FROM TO
- 什么是C語言中的寬字符與多字節(jié)字符
- 周期約束分析
- 新款高性能硬件仿真器——Wind River
推薦技術(shù)資料
- 聲道前級設(shè)計特點
- 與通常的Hi-Fi前級不同,EP9307-CRZ這臺分... [詳細(xì)]
- 首款新結(jié)構(gòu)硅基外腔混合集成光源芯片
- 全大核架構(gòu) X930 超大核的
- 計算子系統(tǒng)(Compute Sub Syst
- Neoverse CSS V3 架構(gòu)R
- Arm Neoverse CP
- Dimensity 9400芯
- 多媒體協(xié)處理器SM501在嵌入式系統(tǒng)中的應(yīng)用
- 基于IEEE802.11b的EPA溫度變送器
- QUICCEngine新引擎推動IP網(wǎng)絡(luò)革新
- SoC面世八年后的產(chǎn)業(yè)機遇
- MPC8xx系列處理器的嵌入式系統(tǒng)電源設(shè)計
- dsPIC及其在交流變頻調(diào)速中的應(yīng)用研究