亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

TESTBENCH-xilinx

  • LVDS與高速PCB設計

    LVDS(低壓差分信號)標準ANSI/TIA /E IA26442A22001廣泛應用于許多接口器件和一些ASIC及FPGA中。文中探討了LVDS的特點及其PCB (印制電路板)設計,糾正了某些錯誤認識。應用傳輸線理論分析了單線阻抗、雙線阻抗及LVDS差分阻抗計算方法,給出了計算單線阻抗和差分阻抗的公式,通過實際計算說明了差分阻抗與單線阻抗的區別,并給出了PCB布線時的幾點建議。關鍵詞: LVDS, 阻抗分析, 阻抗計算, PCB設計 LVDS (低壓差分信號)是高速、低電壓、低功率、低噪聲通用I/O接口標準,其低壓擺幅和差分電流輸出模式使EM I (電磁干擾)大大降低。由于信號輸出邊緣變化很快,其信號通路表現為傳輸線特性。因此,在用含有LVDS接口的Xilinx或Altera等公司的FP2GA及其它器件進行PCB (印制電路板)設計時,超高速PCB設計和差分信號理論就顯得特別重要。

    標簽: LVDS PCB

    上傳時間: 2013-10-31

    上傳用戶:adada

  • 在視頻監控系統中使用FPGA進行視頻處理

    在視頻監控系統中使用FPGA進行視頻處理:視頻監控系統是火車站,機場,銀行,娛樂場所,購物中心乃至家庭保安的重要組件。 您可以使用xilinx視頻IP模塊組實現DVR。

    標簽: FPGA 視頻監控系統 視頻處理

    上傳時間: 2013-11-02

    上傳用戶:宋桃子

  • 8051接口VHDL代碼

    PLD與8051接口的參考設計 Xilinx提供

    標簽: 8051 VHDL 接口 代碼

    上傳時間: 2013-11-05

    上傳用戶:BIBI

  • 賽靈思電機控制開發套件簡介(英文版)

      The power of programmability gives industrial automation designers a highly efficient, cost-effective alternative to traditional motor control units (MCUs)。 The parallel-processing power, fast computational speeds, and connectivity versatility of Xilinx® FPGAs can accelerate the implementation of advanced motor control algorithms such as Field Oriented Control (FOC)。   Additionally, Xilinx devices lower costs with greater on-chip integration of system components and shorten latencies with high-performance digital signal processing (DSP) that can tackle compute-intensive functions such as PID Controller, Clark/Park transforms, and Space Vector PWM.   The Xilinx Spartan®-6 FPGA Motor Control Development Kit gives designers an ideal starting point for evaluating time-saving, proven, motor-control reference designs. The kit also shortens the process of developing custom control capabilities, with integrated peripheral functions (Ethernet, PowerLink, and PCI® Express), a motor-control FPGA mezzanine card (FMC) with built-in Texas Instruments motor drivers and high-precision Delta-Sigma modulators, and prototyping support for evaluating alternative front-end circuitry.

    標簽: 賽靈思 電機控制 開發套件 英文

    上傳時間: 2013-10-28

    上傳用戶:wujijunshi

  • xilinx FPGAs在工業中的應用

      The revolution of automation on factory floors is a key driver for the seemingly insatiable demand for higher productivity, lower total cost of ownership,and high safety. As a result, industrial applications drive an insatiable demand of higher data bandwidth and higher system-level performance.   This white paper describes the trends and challenges seen by designers and how FPGAs enable solutions to meet their stringent design goals.

    標簽: xilinx FPGAs 工業 中的應用

    上傳時間: 2013-11-08

    上傳用戶:yan2267246

  • 基于FPGA的數據采集系統設計

    設計了一個基于FPGA的數據采集系統,并用Verilog HDL語言作為描述語言實現了對TLC0820的采樣控制和FPGA的數據處理等過程的控制,以Xilinx ISE 9.1i軟件為平臺,進行了設計輸入、分析與綜合、仿真與驗證等過程仿真實現了這一系統。

    標簽: FPGA 數據采集 系統設計

    上傳時間: 2013-10-08

    上傳用戶:13686209316

  • xilinx_ahblite_axi_bridge

    xilinx推出的內核,ahblite和axi之間的接口轉換。

    標簽: xilinx_ahblite_axi_bridge

    上傳時間: 2013-12-20

    上傳用戶:china97wan

  • 高速I/O接口技術

    現代通信技術朝著高速、精確的方向發展,尤其是高速串行通信,逐漸成為通信技術的主流,在各行各業扮演著極其重要的角色,文中簡述了高速I/O的相關技術,如SERDES (串行器/解串器)技術、8B /10B編碼、COMMA字符、預加重等,并列舉了具有代表性的Xilinx公司的FPGA產品,展示了Rocket IO技術的實際應用。關鍵詞:高速I/O接口; SERDES;預加重

    標簽: 接口技術

    上傳時間: 2013-11-23

    上傳用戶:子虛烏有

  • 如何仿真IP核(建立modelsim仿真庫完整解析)

      IP核生成文件:(Xilinx/Altera 同)   IP核生成器生成 ip 后有兩個文件對我們比較有用,假設生成了一個 asyn_fifo 的核,則asyn_fifo.veo 給出了例化該核方式(或者在 Edit-》Language Template-》COREGEN 中找到verilog/VHDL 的例化方式)。asyn_fifo.v 是該核的行為模型,主要調用了 xilinx 行為模型庫的模塊,仿真時該文件也要加入工程。(在 ISE中點中該核,在對應的 processes 窗口中運行“ View Verilog Functional Model ”即可查看該 .v 文件)。如下圖所示。

    標簽: modelsim 仿真 IP核 仿真庫

    上傳時間: 2013-11-02

    上傳用戶:誰偷了我的麥兜

  • Altera Modelsim學習筆記

      我近期計劃陸續整理出以下幾個方面的學習筆記:初學 ModelSimSE 時被迷糊了幾天的若干概念;在 ModelSimSE 中添加 ALTERA 仿真庫的詳細步驟;用 ModelSimSE 進行功能仿真和時序仿真的方法(ALTERA 篇);ModelSimSE 中常用到的幾個命令及 DO文件的學習筆記;近來學到的幾招 TestBench 的技巧

    標簽: Modelsim Altera

    上傳時間: 2013-10-13

    上傳用戶:18602424091

主站蜘蛛池模板: 台北市| 棋牌| 安康市| 多伦县| 资中县| 龙胜| 山西省| 密山市| 乌鲁木齐县| 堆龙德庆县| 新邵县| 耿马| 灌阳县| 高雄县| 如东县| 黑河市| 大丰市| 潮安县| 宣汉县| 仲巴县| 香港| 新乡县| 张家口市| 米林县| 莱芜市| 南康市| 盈江县| 洛阳市| 疏勒县| 平昌县| 连山| 高邑县| 四平市| 通辽市| 双辽市| 印江| 黑河市| 望江县| 玉环县| 三亚市| 中牟县|