Verdi - GUI技能操作 Before you start (未完)
文章目錄
- Verdi的文件
- 啟動verdi的方法
- Replay a File 使用TCL來執(zhí)行
- user interface基本介紹
- 理解session
- Symbol library
本博客主要介紹verdi的基礎(chǔ)操作,主要想要介紹對Verdi的一些概述,為之后的復(fù)雜操作打下基礎(chǔ)。本系列的verdi ,由于本人不涉及IC驗(yàn)證,所以不會對每一個功能進(jìn)行詳細(xì)贅述。
本篇博客是根據(jù)verdi ug介紹nwave tutorial部分,是自己的verdi ug的理解以及實(shí)際操作。
作者:ciscomonkey 未經(jīng)允許不得轉(zhuǎn)載抄襲!
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.
在第一次調(diào)用verdi后,然后退出軟件后,就會在當(dāng)前的工作目錄下面自動生成一個novas.rc的文件。因此在退出的時候會得到如下圖的提示。提醒你將nwave中的波形保存為一個signal.rc文件
這個文件官方不建議更改,相當(dāng)于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來執(zhí)行
在啟動verdi的時候,使用下面的command來執(zhí)行啟動。
verdi -play < command_file_name >
command_file_name是TCL文件。
user interface基本介紹
如下圖所示,我現(xiàn)在啟動verdi通過 -f 來啟動。
理解session
session代表當(dāng)前的進(jìn)程快照,也就是說你當(dāng)前呈現(xiàn)出什么樣子,下次打開就是什么樣子。
如下圖所示,我當(dāng)前的快照界面是這樣,現(xiàn)在我進(jìn)行保存為my1.ses
保存為my1.ses
可以發(fā)現(xiàn),在我們的保存路徑下面多了下面四個文件,如果我還打開了原理圖nschema的話可能還會多一個。
如下圖所示,restore session,可以完全恢復(fù)為原來的界面。
恢復(fù)后的界面如下圖所示:
如何在啟動的時候就吃這個session文件。
verdi -ssr my.session
此時,打開的就是mysession的界面
Symbol library
指定verdi的Symbol library可以在nnovas.rc文件中指定,或者說
preferences -> Schematics ->Symbol Lib
關(guān)于rc文件,與DC一樣,優(yōu)先級最高的是當(dāng)前工作目錄下面的,最低的根目錄下面的。
總結(jié)
以上是生活随笔為你收集整理的Verdi - GUI技能操作 Before you start (未完)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Verdi GUI技能操作-Applic
- 下一篇: axr_Lab1_scan_top_do