今天我們要介紹的時(shí)序分析基本概念是 ILM , 全稱Interface Logic Model。是一種block的結(jié)構(gòu)模型。主要用在top level的timing/SI收斂。
ILM是一種比ETM model的timing lib更精確的模型。它將block內(nèi)的reg2reg path都刪除,僅僅保留reg2out,in2reg,in2out的interface path。因?yàn)橹挥羞@些path才需要在top level上進(jìn)行opt或者balance。
因此ILM會(huì)寫出block partial的spef,block partial的verilog等文件。這樣就可以在top level上就可以看到完整的path,并包含了ILM中的內(nèi)容,這樣比使用ETM model計(jì)算timing要精準(zhǔn)很多。
但是也有缺點(diǎn),就是速度比較慢,不適合規(guī)模大的設(shè)計(jì)使用。
使用方法
Block level create ILM
createInterfaceLogic -dir des_4.ilm
createInterfaceLogic Summary
Model Reduced Instances Reduced Registers
ilm_data 4966/21744 (22%) 1607/1986 (80%)
si_data 4106/21744 (18%) 938/1986 (47%)
Top level specify ILM
setIlmMode –keepFlatten true
specifyIlm -cell des_4 -dir des_4/des_4.ilm
update_constraint_mode -name unify
-sdc_files empty.sdc \\
-ilm_sdc_files [list XX.sdc]
-
時(shí)序分析
+關(guān)注
關(guān)注
2文章
127瀏覽量
22854 -
ETM
+關(guān)注
關(guān)注
0文章
9瀏覽量
7706 -
時(shí)序分析器
+關(guān)注
關(guān)注
0文章
24瀏覽量
5353
發(fā)布評(píng)論請(qǐng)先 登錄
時(shí)序分析基本概念介紹<Operating Condition>

時(shí)序分析基本概念介紹&lt;Latency&gt;

時(shí)序分析Slew/Transition基本概念介紹

時(shí)序分析基本概念介紹&lt;spice deck&gt;

時(shí)序分析基本概念介紹&lt;generate clock&gt;

時(shí)序分析基本概念介紹—Timing Arc

時(shí)序分析基本概念介紹&lt;wire load model&gt;

時(shí)序分析基本概念介紹&lt;Combinational logic&gt;

評(píng)論