Verdi - GUI技能操作 Before you start (未完)
文章目錄
- Verdi的文件
- 啟動verdi的方法
- Replay a File 使用TCL來執行
- user interface基本介紹
- 理解session
- Symbol library
本博客主要介紹verdi的基礎操作,主要想要介紹對Verdi的一些概述,為之后的復雜操作打下基礎。本系列的verdi ,由于本人不涉及IC驗證,所以不會對每一個功能進行詳細贅述。
本篇博客是根據verdi ug介紹nwave tutorial部分,是自己的verdi ug的理解以及實際操作。
作者:ciscomonkey 未經允許不得轉載抄襲!
Verdi的文件
novas.rc文件:
The novas.rc resource file stores the information to set window size, window
position, signal height, spacing, default signal colors, menus, buttons, toolbars,
and library information.
在第一次調用verdi后,然后退出軟件后,就會在當前的工作目錄下面自動生成一個novas.rc的文件。因此在退出的時候會得到如下圖的提示。提醒你將nwave中的波形保存為一個signal.rc文件
這個文件官方不建議更改,相當于tool -》preference
novas.conf 文件
The novas.conf configuration file stores the information about frame layout information (dock/undock, maximize/restore, and display/hide).
signal.rc 文件
The signal.rc configuration file stores the current nWave information to restore window layout, opened files, view range, cursor/marker position, loaded signals, and signal attributes. The syntax of signal.rc file is described below along with an example of its use.
Session (.ses) File
The session.ses resource file stores the current Verdi information to restore window layout, current scopes, current design, viewing options, and bookmarks. The syntax of the session file is described below along with an example of its use.
啟動verdi的方法
在啟動命令的時候引用 [ source file ].f 文件
verdi -f < source_file_name >
如果是mixed language,則并不推薦這種方式啟動。
Replay a File 使用TCL來執行
在啟動verdi的時候,使用下面的command來執行啟動。
verdi -play < command_file_name >
command_file_name是TCL文件。
user interface基本介紹
如下圖所示,我現在啟動verdi通過 -f 來啟動。
理解session
session代表當前的進程快照,也就是說你當前呈現出什么樣子,下次打開就是什么樣子。
如下圖所示,我當前的快照界面是這樣,現在我進行保存為my1.ses
保存為my1.ses
可以發現,在我們的保存路徑下面多了下面四個文件,如果我還打開了原理圖nschema的話可能還會多一個。
如下圖所示,restore session,可以完全恢復為原來的界面。
恢復后的界面如下圖所示:
如何在啟動的時候就吃這個session文件。
verdi -ssr my.session
此時,打開的就是mysession的界面
Symbol library
指定verdi的Symbol library可以在nnovas.rc文件中指定,或者說
preferences -> Schematics ->Symbol Lib
關于rc文件,與DC一樣,優先級最高的是當前工作目錄下面的,最低的根目錄下面的。
總結
以上是生活随笔為你收集整理的Verdi - GUI技能操作 Before you start (未完)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Verdi GUI技能操作-Applic
- 下一篇: axr_Lab1_scan_top_do