XilinxFPGA结构幻灯片.ppt

  1. 1、本文档共25页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
XilinxFPGA结构幻灯片

Spring 2003 Xilinx FPGA Anselmo Lastra Topics FPGA internals Clock management Chipscope State Machines Design What if we were using a font that’s 10 high, but 2 of the rows are always blank? How about a given number of fixed-size sprites anywhere on the screen? Xilinx FPGA Internals Spartan2 4K bit RAM blocks Large amt of logic Program stored in SRAM Switch Matrix Pass Transistor Mux Controlled by Memory Logic Lookup Table Instead of gates So doesn’t matter much how you specify your logic Ends up truth table Xilinx CLB Spartan 2 At right two logic cells (LC) Two (four LCs) in CLB LUT is small RAM Can be used as RAM CLB Muxes can make full 6-input function Can generate some functions w/ up to 19 inputs Each LC can be 1 bit of an adder Xilinx IOB Spartan 2 IOB RAM Ours has 10 blocks for a total of 40Kbits SRAM Delay Lock Loops Circuitry to Synchronize internal clock to external clock Divide the clock Instead of how you were counting it Run the clock over low skew lines Double the clock frequency There are four on our chips Clock Synchronization Set internal to one cycle behind external Effectively clock edges are aligned Clock Division and Sync //synthesis attribute CLKDV_DIVIDE of dll is 8 //synopsys translate_off defparam dll.CLKDV_DIVIDE = 8; //synopsys translate_on CLKDLL dll (.CLKIN(CLKIN), .CLKFB(CLK0), .RST(RESET), .CLK0(CLK0), .CLK90(), .CLK180(), .CLK270(), .CLK2X(), .CLKDV(DIV), .LOCKED(LOCKED)); CLKIn is input clock CLK0 is locked (indicated by LOCKED) DIV is divided by the CLKDV_DIVIDE factor Clock Division Example Here was set to divide-by-4 Practical Matters Have found that clock DLL divisor only works reliably if you initialize it with reset Our Device Specs See /bvdocs/publications/ds001_2.pdf Spartan 3 Virtex-II Virtex-II Pro Links Link page on course web Hardware documentation Application notes on Xilinx web page Info on DLL /bvdocs/appnotes/xapp174.pdf /bvdocs/appnotes/xapp132.pdf Next Chipscope State Machines Design What if we were using a fo

您可能关注的文档

文档评论(0)

liwenhua11 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档