EDA技术习题解答_第1页
EDA技术习题解答_第2页
EDA技术习题解答_第3页
EDA技术习题解答_第4页
EDA技术习题解答_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、EDA技术习题5 习 题 5-1 归纳利用Quartus II进行VHDL文本输入设计的流程:从文件输入一直到SignalTap II测试。P95P115答:1 建立工作库文件夹和编辑设计文件;2 创建工程;3 编译前设置;4 全程编译;5 时序仿真;6 引脚锁定;7 配置文件下载;8 打开SignalTap II编辑窗口;9 调入SignalTap II的待测信号;10 SignalTap II参数设置;11 SignalTap II参数设置文件存盘;12 带有SignalTap II测试信息的编译下载;13 启动SignalTap II进行采样与分析;14 SignalTap II的其他设

2、置和控制方法。 5-2 由图5-40和图5-41,详细说明工程设计CNT10的硬件工作情况。P114P115答:图5-40给出工程设计CNT10的十进制计数工作情况;当计数CQ或CQI到9时,计数进位COUT输出正脉冲。图5-41给出工程设计CNT10的十进制计数和内部计数节点CQI计数线性递增的信号波形的工作情况。 5-3 如何为设计中的SignalTap II加入独立采样时钟?试给出完整的程序和对它的实测结果。P115答:为SignalTap II提供独立时钟的方法是在顶层文件的实体中增加一个时钟输入端口,如语句:LOGC_CLK:IN STD_LOGIC;在此实体中不必对其功能和连接具体

3、定义,而在SignalTap II的参数设置中则可以选择LOGC_CLK为采样时钟。 5-4 参考QuartusII的Help,详细说明Assignments菜单中Settings对话框的功能。 (1)说明其中的Timing Requirements&Qptions的功能、他用方法和检测途经。Specifying Timing Requirements and Options (Classic Timing Analyzer)You can specify timing requirements for Classic timing analysis that help you achieve

4、 the desired speed performance and other timing characteristics for the entire project, for specific design entities, or for individual clocks, nodes, and pins. When you specify either project-wide or individual timing requirements, the Fitter optimizes the placement of logic in the device in order

5、to meet your timing goals. You can use the Timing wizard or the Timing Analysis Settings command to easily specify all project-wide timing requirements, or you can use the Assignment Editor to assign individual clock or I/O timing requirements to specific entities, nodes, and pins, or to all valid n

6、odes included in a wildcard or assignment group assignment.To specify project-wide timing requirements: 1. On the Assignments menu, click Settings.2. In the Category list, select Timing Analysis Settings. 3. To specify project-wide tSU, tH, tCO, and/or tPD timing requirements, specify values under D

7、elay requirements.4. To specify project-wide minimum delay requirements, specify options under Minimum delay requirements.5. Under Clock Settings, select Default required fmax.6. In the Default required fmax box, type the value of the required fMAX and select a time unit from the list.7. If you want

8、 to specify options for cutting or reporting certain types of timing paths globally, enabling recovery/removal analysis, enabling clock latency, and reporting unconstrained timing paths, follow these steps: a. Click More Settings. b. Under Existing option settings, select options you want to enable

9、or disable and turn them On or Off under Options.c. In the More Timing Settings dialog box, click OK.8. Click OK.To specify clock settings: 1. On the Assignments menu, click Settings.2. In the Category list, select Timing Analysis Settings. 3. Under Clock Settings, click Individual Clocks. 4. Click

10、New.5. In the New Clock Settings dialog box, type a name for the new clock settings in the Clock settings name box.6. To assign the clock settings to a clock signal in the design, type a clock node name in the Applies to node box, or click Browse. to select a node name using the Node Finder.7. If yo

11、u want to specify timing requirements for an absolute clock, follow these steps: a. Under Relationship to other clock settings, select Independent of other clock settings.b. In the Required fmax box, type the required frequency (fMAX) of the clock signal and select a time unit from the list.c. In th

12、e Duty Cycle list, specify the required duty cycle for the clock.d. Click OK.8. If you have already specified timing requirements for an absolute clock, and you want to specify timing requirements for a derived clock, follow these steps: a. In the Clocks dialog box, click New.b. In the New Clock Set

13、tings dialog box, type a name for the new clock settings in the Clock settings name box.c. Under Relationship to other clock settings, select Based on and select an existing clock setting name in the list.d. Click Derived Clock Requirements.e. In the Derived Clock Requirements dialog box, specify op

14、tions to define the constraints and characteristics of the derived clock.f. In the Derived Clock Settings dialog box, click OK.9. In the New Clock Settings dialog box, click OK.10. In the Individual Clocks dialog box, click OK.11. In the Settings dialog box, click OK.To specify individual timing req

15、uirements: 1. On the Assignments menu, click Assignment Editor.2. In the Category bar, select Timing to indicate the category of assignment you wish to make.3. In the spreadsheet, select the To cell and perform one of the following steps: Type a node name and/or wildcard that identifies the destinat

16、ion node(s) you want to assign. Double-click the To cell and click Node Finder to use the Node Finder to enter a node name. Double-click the To cell, click the arrow that appears on the right side of the cell, and click Select Assignment Group to enter an existing assignment group name.4. To specify

17、 an assignment source, repeat step 3 to specify the source name in the From cell.5. In the spreadsheet, double-click the Assignment Name cell and select the timing assignment you wish to make.6. For assignments that require a value, double-click the Value cell and type or select the appropriate assi

18、gnment value. To specify timing analysis reporting restrictions: 1. On the Assignments menu, click Settings.2. In the Category list, double-click Timing Analysis Settings.3. Click Timing Analyzer Reporting. 4. To specify the range of timing analysis information reported, specify one or more options

19、in the Timing Analyzer Reporting page.5. Click OK. (2)说明其中的Compilation Process的功能和使用方法。Compilation Process Settings Page (Settings Dialog Box)Allows you to direct the Compiler to use smart compilation, save synthesis results for the current designs top-level entity, disable the OpenCore Plus hardwar

20、e evaluation feature, or export version-compatible database files. You can also control the amount of disk space used for compilation.Use Smart compilation: Preserve fewer node names to save disk space: Run Assembler during compilation: Save a node-level netlist of the entire design into a persisten

21、t source file: Export version-compatible database: Display entity name for node name: Disable OpenCore Plus hardware evaluation feature: (3)说明Analysis&Synthesis Setting的功能和使用方法,以及其中的Synthesis Netlist Optimization的功能和使用方法。Analysis & Synthesis Settings Page (Settings Dialog Box)Allows you to specify o

22、ptions for logic synthesis.Create debugging nodes for IP cores: More Settings: Other options: Message Level: Advanced:Synthesis Netlist Optimizations Page (Settings Dialog Box)Specifies the following options for optimizing netlists during synthesis:Perform WYSIWYG primitive resynthesis: Perform gate

23、-level register retiming: Allow register retiming to trade off Tsu/Tco with Fmax: (4)说明FitterSettings中的DesignAssistant和Simulator功能,举例说明它们的使用方法。Design Assistant Page (Settings Dialog Box)Allows you to specify which rules you want the Design Assistant to apply when analyzing and generating messages fo

24、r a design, and whether you want the Design Assistant to automatically analyze the design during a full compilation.Run Design Assistant during compilation: Design Assistant configuration rule names: Advanced: Simulator Settings PageAllows you to specify settings that control simulation processing,

25、such as the type of simulation that should be performed, the time period covered by the simulation, the source of vector stimuli, and other options. Simulation also allows you to check setup and hold times, detect glitches, and check simulation coverage. You can also provide vector stimuli in a Vect

26、or Waveform File (.vwf), a Compressed Vector Waveform File (.cvwf), or a text-based Vector File (.vec). You can use Tcl commands and scripts to control simulation and to provide vector stimuli. Simulation Mode: Simulation Input: Automatically add pins to simulation output waveforms: Check outputs: W

27、aveform Comparison Settings: Setup and hold time violation detection: Glitch detection:Simulation coverage reporting: Report Settings: Overwrite simulation input file with simulation results: Disable setup and hold time violation detection for input registers of bi-directional pins: More Settings: 5-5 概述Assignments菜单中Assignment Editor的功能,举例说明。About the Assignment EditorUser Interface and Functionality: Customizing the User Interface: Pin Information: LogicLock Assignments: Assignment Validation and Output: Integration with the Pin Planner: 5-6 用74148(8-3线八进位优先编码器)和与

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论