This application note covers the design considerations of a system using the performance features of the LogiCORE™ IP Advanced eXtensible Interface (AXI) Interconnect core. The design focuses on high system throughput through the AXI Interconnect core with F MAX and area optimizations in certain portions of the design. The design uses five AXI video direct memory access (VDMA) engines to simultaneously move 10 streams (five transmit video streams and five receive video streams), each in 1920 x 1080p format, 60 Hz refresh rate, and up to 32 data bits per pixel. Each VDMA is driven from a video test pattern generator (TPG) with a video timing controller (VTC) block to set up the necessary video timing signals. Data read by each AXI VDMA is sent to a common on-screen display (OSD) core capable of multiplexing or overlaying multiple video streams to a single output video stream. The output of the OSD core drives the DVI video display interface on the board. Performance monitor blocks are added to capture performance data. All 10 video streams moved by the AXI VDMA blocks are buffered through a shared DDR3 SDRAM memory and are controlled by a MicroBlaze™ processor. The reference system is targeted for the Virtex-6 XC6VLX240TFF1156-1 FPGA on the Xilinx® ML605 Rev D evaluation board
標(biāo)簽: XAPP 740 AXI 互聯(lián)
上傳時(shí)間: 2013-11-23
上傳用戶:shen_dafa
FPGA編程,仿真教程
上傳時(shí)間: 2013-10-28
上傳用戶:稀世之寶039
如果用戶現(xiàn)有的是 Protel99SE 。ProtelDXP,Protel2004 版本: 1 在powerpcb 軟件的中打開 PCB 文件,選擇導(dǎo)出 ASCII 文件(export ascii file) ,ascii file 的版本應(yīng)該選擇 3.5 及以下的版本。 2 a 在 Protel99SE 。ProtelDXP , 選擇 File->Import->在出現(xiàn)的對(duì)話框中,選擇文件類型中的PADS Ascil Files (*.ASC)輸入對(duì)應(yīng)文件即可 1.powerpcb-->export ascii file--->import ascii file with protel99 se sp5(u must install padsimportor that is an add-on for 99sesp5 which can downloan from protel company ). 2.powerpcb-->export ascii file-->import ascii file in orcad layout-->import max file(orcad pcb file)with protel 99 or 99se.
上傳時(shí)間: 2013-10-16
上傳用戶:whymatalab
為了在CDMA系統(tǒng)中更好地應(yīng)用QDPSK數(shù)字調(diào)制方式,在分析四相相對(duì)移相(QDPSK)信號(hào)調(diào)制解調(diào)原理的基礎(chǔ)上,設(shè)計(jì)了一種QDPSK調(diào)制解調(diào)電路,它包括串并轉(zhuǎn)換、差分編碼、四相載波產(chǎn)生和選相、相干解調(diào)、差分譯碼和并串轉(zhuǎn)換電路。在MAX+PLUSⅡ軟件平臺(tái)上,進(jìn)行了編譯和波形仿真。綜合后下載到復(fù)雜可編程邏輯器件EPM7128SLC84-15中,測(cè)試結(jié)果表明,調(diào)制電路能正確選相,解調(diào)電路輸出數(shù)據(jù)與QDPSK調(diào)制輸入數(shù)據(jù)完全一致,達(dá)到了預(yù)期的設(shè)計(jì)要求。 Abstract: In order to realize the better application of digital modulation mode QDPSK in the CDMA system, a sort of QDPSK modulation-demodulation circuit was designed based on the analysis of QDPSK signal modulation-demodulation principles. It included serial/parallel conversion circuit, differential encoding circuit, four-phase carrier wave produced and phase chosen circuit, coherent demodulation circuit, difference decoding circuit and parallel/serial conversion circuit. And it was compiled and simulated on the MAX+PLUSⅡ software platform,and downloaded into the CPLD of EPM7128SLC84-15.The test result shows that the modulation circuit can exactly choose the phase,and the output data of the demodulator circuit is the same as the input data of the QDPSK modulate. The circuit achieves the prospective requirement of the design.
標(biāo)簽: QDPSK CPLD 調(diào)制解調(diào) 電路設(shè)計(jì)
上傳時(shí)間: 2013-10-28
上傳用戶:jyycc
用了還是沒用上的,大家都來看看啊,呵呵,希望對(duì)你會(huì)有所幫助 cos()余弦tan()正切sin()正弦sqrt()平方根 asin()反正弦acos()反余弦atan()反正切sinh()雙曲線正弦 cosh()雙曲線余弦tanh()雙曲線正切 注釋:所有三角函數(shù)都使用單位度。 log()以10為底的對(duì)數(shù)ln()自然對(duì)數(shù) exp()e的冪abs()絕對(duì)值 ceil()不小于其值的最小整數(shù) floor()不超過其值的最大整數(shù) 可以給函數(shù)ceil和floor加一個(gè)可選的自變量,用它指定要圓整的小數(shù)位數(shù)。帶有圓整參數(shù)的這些函數(shù)的語(yǔ)法是: ceil(parameter_name或number,number_of_dec_places) floor(parameter_name或number,number_of_dec_places) 其中number_of_dec_places是可選值: 1、可以被表示為一個(gè)數(shù)或一個(gè)使用者自定義參數(shù)。如果該參數(shù)值是一個(gè)實(shí)數(shù),則被截尾成為一個(gè)整數(shù)。 2、它的最大值是8。如果超過8,則不會(huì)舍入要舍入的數(shù)(第一個(gè)自變量),并使用其初值。 3、如果不指定它,則功能同前期版本一樣。 使用不指定小數(shù)部分位數(shù)的ceil和floor函數(shù),其舉例如下: ceil(10.2)值為11 floor(10.2)值為11 使用指定小數(shù)部分位數(shù)的ceil和floor函數(shù),其舉例如下: ceil(10.255,2)等于10.26 ceil(10.255,0)等于11[與ceil(10.255)相同] floor(10.255,1)等于10.2 floor(10.255,2)等于10.26
標(biāo)簽: proe
上傳時(shí)間: 2013-10-20
上傳用戶:sevenbestfei
我采用XC4VSX35或XC4VLX25 FPGA來連接DDR2 SODIMM和元件。SODIMM內(nèi)存條選用MT16HTS51264HY-667(4GB),分立器件選用8片MT47H512M8。設(shè)計(jì)目標(biāo):當(dāng)客戶使用內(nèi)存條時(shí),8片分立器件不焊接;當(dāng)使用直接貼片分立內(nèi)存顆粒時(shí),SODIMM內(nèi)存條不安裝。請(qǐng)問專家:1、在設(shè)計(jì)中,先用Xilinx MIG工具生成DDR2的Core后,管腳約束文件是否還可更改?若能更改,則必須要滿足什么條件下更改?生成的約束文件中,ADDR,data之間是否能調(diào)換? 2、對(duì)DDR2數(shù)據(jù)、地址和控制線路的匹配要注意些什么?通過兩只100歐的電阻分別連接到1.8V和GND進(jìn)行匹配 和 通過一只49.9歐的電阻連接到0.9V進(jìn)行匹配,哪種匹配方式更好? 3、V4中,PCB LayOut時(shí),DDR2線路阻抗單端為50歐,差分為100歐?Hyperlynx仿真時(shí),那些參數(shù)必須要達(dá)到那些指標(biāo)DDR2-667才能正常工作? 4、 若使用DDR2-667的SODIMM內(nèi)存條,能否降速使用?比如降速到DDR2-400或更低頻率使用? 5、板卡上有SODIMM的插座,又有8片內(nèi)存顆粒,則物理上兩部分是連在一起的,若實(shí)際使用時(shí),只安裝內(nèi)存條或只安裝8片內(nèi)存顆粒,是否會(huì)造成信號(hào)完成性的影響?若有影響,如何控制? 6、SODIMM內(nèi)存條(max:4GB)能否和8片分立器件(max:4GB)組合同時(shí)使用,構(gòu)成一個(gè)(max:8GB)的DDR2單元?若能,則布線阻抗和FPGA的DCI如何控制?地址和控制線的TOP圖應(yīng)該怎樣? 7、DDR2和FPGA(VREF pin)的參考電壓0.9V的實(shí)際工作電流有多大?工作時(shí)候,DDR2芯片是否很燙,一般如何考慮散熱? 8、由于多層板疊層的問題,可能頂層和中間層的銅箔不一樣后,中間的夾層后度不一樣時(shí),也可能造成阻抗的不同。請(qǐng)教DDR2-667的SODIMM在8層板上的推進(jìn)疊層?
上傳時(shí)間: 2013-10-21
上傳用戶:jjq719719
9.1 通用可編程邏輯器件GAL 9.2 ABEL-HDL硬件描述語(yǔ)言 9.3 開發(fā)軟件ISP Synario操作簡(jiǎn)介 9.4 可編程邏輯器件CPLD/FPGA 9.5 MAX+PLUSII開發(fā)軟件 邏輯器件,即可用來實(shí)現(xiàn)特定邏輯功能的電子器件。最基本的邏輯關(guān)系有“與”、“或”、“非”等。門電路等都是邏輯器件,如74LS08(2輸入四與門)實(shí)現(xiàn)“與”邏輯,74LS32(2輸入四或門)實(shí)現(xiàn)“或”邏輯,這是實(shí)現(xiàn)簡(jiǎn)單邏輯功能,還有很多電路實(shí)現(xiàn)復(fù)雜邏輯功能,如微處理器等,這類是定制器件。
上傳時(shí)間: 2013-10-26
上傳用戶:jiangshandz
電機(jī)驅(qū)動(dòng)系統(tǒng)特性• 電機(jī)大小取決于輸出力矩(而不是功率)以及散熱能力• 就一給定電機(jī)而言,在不考慮散熱限制的前提下:– 電機(jī)的低速下最大力矩輸出取決于逆變器的電流能力– 高速下輸出力矩能力受制于逆變器的電壓– 最大輸出功率由逆變器的KVA決定• 評(píng)估一個(gè)電機(jī)驅(qū)動(dòng)系統(tǒng)的指標(biāo):– 最大輸出力矩與轉(zhuǎn)速的曲線(外特性):– 恒功率調(diào)速范圍– 效率分布圖(Efficiency map)而非某一點(diǎn)最高效率– 電機(jī)輸出功率kW與逆變器KVA之比– 力矩密度(Nm/(A-T)/m3)
標(biāo)簽: 電動(dòng)汽車 實(shí)踐 電機(jī)控制器 設(shè)計(jì)方法
上傳時(shí)間: 2013-10-24
上傳用戶:taa123456
1、安裝3DMAX2010 2、輸入序列號(hào): 666-69696969或者667-98989898或者400-45454545 3、輸入產(chǎn)品密鑰:Max用128B1,Design用495B1 4、完成安裝后重啟軟件 5、選擇“激活”
標(biāo)簽: 3DMax 2010 簡(jiǎn)體中文
上傳時(shí)間: 2014-03-20
上傳用戶:glxcl
國(guó)外游戲開發(fā)者雜志2003年第二期配套代碼,包含了Jon Blow的交互工具的版本更新,使用了一個(gè)Kohonen Self-Organizing Feature Map來區(qū)分系統(tǒng)的行為
上傳時(shí)間: 2014-01-19
上傳用戶:拔絲土豆
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1