VHDL的ASIC实现_前端解读.ppt

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

* * * * * * * * * 5. 建立约束 设定优化约束 Design Constraints ... Max area : 0 to get the min. area Timing constraints ... Combinational Circuit : Select the in/out pin which you want to specify Attributes - Optimization Constraints - Timing Constraints Sepcicy your target and then press “Ok” Sequential Circuit : Select clock pin “clk” Attributes - Specify Clock ... Period : 12 , Rising : 0, Falling : 6 Press “Ok” 6. 编译设计 Choose Design Compile Design. Map effort : medium Area effort : medium Click “Ok” to begin compiling. 7. 保存设计 File - Save info - Design Setup ( your_design.dc) save all your design constraints, you may load it : File - Ececute Script ... File - Save info - Design Timing (your_design.sdf) Save delay timing information with Standard Delay Format v1.0. It will be referenced during gate level simuation. `include MLMS1.gv `include umc18.v module test_MLMS1_gv(); parameter ADC_bits = 4, W1_bits = 16, M = 40, step_size = -8; reg clk,rst; reg [ADC_bits*M-1:0] x; reg [ADC_bits-1:0] mem [40000:0]; reg [ADC_bits-1:0] temp; reg signed [W1_bits-1:0] temp2; wire [M-1:0] y; wire [W1_bits*M-1:0] e; MLMS1 u1(clk,rst,x,y,e); always #8 clk = ~clk; initial begin $readmemh(test_MLMS1.dat,mem); fid = $fopen(MLMS1_result_gv.dat); $fsdbDumpvars; $fsdbDumpfile(MLMS1_gv.fsdb); $sdf_annotate(MLMS1.sdf,u1); ... File - Save as - select Format (Verilog) Save synthesis result .... (your_design.v) or (your_design.gv) you should include your_design.gv and your_design.sdf in your test file. 8. 生成报告 Timing 1. Select Top in the logical hierarchy view. 2. Choose Timing Report Timing Paths 3. Click “Ok” Note: Slack is defined as the time difference between the timing goal for a path and its actual timing. Paths that meet the design’s timing goals have positive slack values Worst Slack Timing Report ... u81/WW1[14]

文档评论(0)

22ffbqq + 关注
内容提供者

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

1亿VIP精品文档

相关文档