zoukankan      html  css  js  c++  java
  • RTL_viewer学习记录

    RTL and Technology Viewers 概述

    当使用XST综合后,该部件允许你查看综合网表的电路图。并进行如下操作:

    • 分析元件连接关系
    • 分析时序路径
    • 发现问题并及早的改进设计

    RTL查看器中主要使用与Xilinx器件无关的通用元件符号构建电路,包括加法器、乘法器、计数器、与门和或门等。Technology查看器中使用特定FPGA器件或技术的逻辑资源构建电路,包括LUT、进位逻辑、IO单元和其它特定资源。

    查看器概览

    • RTL查看器主要针对NGR文件内容进行查看
    • 技术查看器主要针对NGC文件内容进行查看
    • 查看器主要功能区(在sources窗口单击/双击相应模块单元会高亮/定位显示、category窗口分类显示资源,单击高亮并在最右侧显示详细信息、name窗口按名称排序显示资源,单击高亮并在最右侧显示详细信息)
    • 键盘快捷方式

    Shortcut

    Action

    Ctrl+F

    Find

    Ctrl+Alt+T

    Show tool tip in Console window

    F1

    Help

    F5

    Refresh

    F6

    Zoom Full View

    F7

    Zoom Out

    F8

    Zoom In

    F9

    Zoom to Box

    F10+Shift

    Display Popup Menu

    F11

    Zoom to Selected

    Left Arrow

    Pan Left

    Right Arrow

    Pan Right

    Up Arrow

    Pan Up

    Down Arrow

    Pan Down

    • 鼠标快捷方式

    Shortcut

    Action

    Ctrl+拖选一块区域

    放大选定区域资源

    双击一个资源

    放大选定资源

    Hold the pointer near the edge of the sheet

    Auto-scrolls window horizontally or vertically

    滚轮

    垂直移动窗口

    Shift+滚轮

    水平移动窗口

    Ctrl+滚轮

    缩放窗口

    电路图查看和分析

    • 网表转换电路图:选定实例后View > Show Schematic;重构电路图:选定实例View > Regenerate Schematic,并设定相关参数(元件数、实例间隔、IO尺寸等;进入实例内层:View > Push Into the Selected Instance或双击;返回上层:View > Pop to the Calling Schematic或双击空白返回上层
    • 电路图信息查看:探针定位先选定实例,再View > Open All HDL Source Files/Open Source of Selected Instance打开全部相关文件/源文件;查询实例/网线Edit>Find;添加名称View > Add Name/Delete Name;查看LUT的真值表、卡洛图等信息:选定LUT后View > Show LUT Content
    • 设置显示参数:Edit > Preferences中进行相关选择;快捷按键:

    Panning Direction

    Menu Command

    Shortcut Key

    Left

    View > Pan > Left

    Left arrow

    Right

    View > Pan > Right

    Right arrow

    Up

    View > Pan > Up

    Up arrow

    Down

    View > Pan > Down

    Down arrow

    Left Side

    View > Pan > Pan to Left Side

    Ctrl+Left Arrow

    Right Side

    View > Pan > Pan to Right Side

    Ctrl+Right Arrow

    Top

    View > Pan > Pan to Top

    Home key

    Bottom

    View > Pan > Pan to Bottom

    End key

    • 添加/删除块说明:Edit > Add/Remove > Block Contents;添加邻接块
    • Edit > Add Input/Output Cone进行信号通路的后向/前向搜索添加
    • 指针放实例上可看约束信息,Ctrl+Alt+T可信息窗口查看
    • View > Select Block Pin Annotation点选显示信号名、引脚名和延时值

    推荐学习

            文档程序:Xilinx ISE Help/Software Help/RTL and Technology Viewers Help

  • 相关阅读:
    prototype.js超强的javascript类库
    MySQL Server Architecture
    Know more about RBA redo block address
    MySQL无处不在
    利用Oracle Enterprise Manager Cloud Control 12c创建DataGuard Standby
    LAMP Stack
    9i中DG remote archive可能导致Primary Database挂起
    Oracle数据库升级与补丁
    Oracle为何会发生归档日志archivelog大小远小于联机重做日志online redo log size的情况?
    Oracle Ksplice如何工作?How does Ksplice work?
  • 原文地址:https://www.cnblogs.com/leyou2016/p/RTL_viewer.html
Copyright © 2011-2022 走看看