CoolRunner-II器件的Pullup(上拉)輸入/輸出
發(fā)布時間:2008/9/17 0:00:00 訪問次數(shù):645
pullup功能可以在輸入/輸出腳增加弱的上拉電阻,該功能需要通過屬性來控制,其屬性設(shè)置如下。
(1)約束文件(ucf)
net <signal name> pullup;
例如:
net data_in pullup;
net clock pullup;
(2)vhdl語言
attribute pullup: string;
attribute pullup of <signal name>: signal is "true";
例如:
attribute pullup: string;
attribute pullup of data_in: signal is "true"
attribute pullup of clock: signal is "true";
(3)verilog語言
//synthesis attribute pullup of <signat name>
例如:
//synthesis attribute pullup of data_in;
// synthesis attribute pullup of clock;
歡迎轉(zhuǎn)載,信息來自維庫電子市場網(wǎng)(www.dzsc.com)
(1)約束文件(ucf)
net <signal name> pullup;
例如:
net data_in pullup;
net clock pullup;
(2)vhdl語言
attribute pullup: string;
attribute pullup of <signal name>: signal is "true";
例如:
attribute pullup: string;
attribute pullup of data_in: signal is "true"
attribute pullup of clock: signal is "true";
(3)verilog語言
//synthesis attribute pullup of <signat name>
例如:
//synthesis attribute pullup of data_in;
// synthesis attribute pullup of clock;
歡迎轉(zhuǎn)載,信息來自維庫電子市場網(wǎng)(www.dzsc.com)
pullup功能可以在輸入/輸出腳增加弱的上拉電阻,該功能需要通過屬性來控制,其屬性設(shè)置如下。
(1)約束文件(ucf)
net <signal name> pullup;
例如:
net data_in pullup;
net clock pullup;
(2)vhdl語言
attribute pullup: string;
attribute pullup of <signal name>: signal is "true";
例如:
attribute pullup: string;
attribute pullup of data_in: signal is "true"
attribute pullup of clock: signal is "true";
(3)verilog語言
//synthesis attribute pullup of <signat name>
例如:
//synthesis attribute pullup of data_in;
// synthesis attribute pullup of clock;
歡迎轉(zhuǎn)載,信息來自維庫電子市場網(wǎng)(www.dzsc.com)
(1)約束文件(ucf)
net <signal name> pullup;
例如:
net data_in pullup;
net clock pullup;
(2)vhdl語言
attribute pullup: string;
attribute pullup of <signal name>: signal is "true";
例如:
attribute pullup: string;
attribute pullup of data_in: signal is "true"
attribute pullup of clock: signal is "true";
(3)verilog語言
//synthesis attribute pullup of <signat name>
例如:
//synthesis attribute pullup of data_in;
// synthesis attribute pullup of clock;
歡迎轉(zhuǎn)載,信息來自維庫電子市場網(wǎng)(www.dzsc.com)
熱門點擊
- FPGA中增加SPI和BPI配置模式
- 基于FPGA內(nèi)部的FIFO設(shè)計
- 可編程邏輯器件PLA乘積項陣列
- SmartXplorer技術(shù)
- FPGA器件配置電平和接口標準
- XMD軟件的調(diào)試設(shè)計
- 特定約束FROM TO
- 什么是C語言中的寬字符與多字節(jié)字符
- 周期約束分析
- 新款高性能硬件仿真器——Wind River
推薦技術(shù)資料
- 聲道前級設(shè)計特點
- 與通常的Hi-Fi前級不同,EP9307-CRZ這臺分... [詳細]
- 100V高頻半橋N-溝道功率MOSFET驅(qū)動
- 集成高端和低端 FET 和驅(qū)動
- 柵極驅(qū)動單片半橋芯片MP869
- 數(shù)字恒定導(dǎo)通時間控制模式(COT)應(yīng)用探究
- 高效率 (CSP/QFN/BG
- IC 工藝、封裝技術(shù)、單片設(shè)
- 多媒體協(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)用研究