Saber中的數模混合仿真
向Synopsys公司請教數模混合仿真的問題,得到了如下的回復,大家共享!1101840735.doc
全部回復(15)
正序查看
倒序查看
如果要求比較特殊的話,可以自己寫份.shm文件放在同一目錄下。如:example.shm
#
# This library contains the parameters for ideal hypermodels.
# All parameters are included in the structure ide_tech..model.
#
models {
# Models
_example:ide(i)::
ide_tech..model _bldc=(voh=1,vol=0,vxh=0.5,vxl=0.1,
tr=5n,tf=5n,tdon=10n,tdoff=10n);
}
pins {
# The default model is _bldc. User may change the default by change the
# model name _example to what he expected.
::: _example
}
數模對應值可在這里自己定義。
在生成網表的時候記得把這個文件加進去。
具體操作:edit--->saber/netlister setting-->netlister--->hpermodels在這個頁面里面加入自己的.shm即可。
#
# This library contains the parameters for ideal hypermodels.
# All parameters are included in the structure ide_tech..model.
#
models {
# Models
_example:ide(i)::
ide_tech..model _bldc=(voh=1,vol=0,vxh=0.5,vxl=0.1,
tr=5n,tf=5n,tdon=10n,tdoff=10n);
}
pins {
# The default model is _bldc. User may change the default by change the
# model name _example to what he expected.
::: _example
}
數模對應值可在這里自己定義。
在生成網表的時候記得把這個文件加進去。
具體操作:edit--->saber/netlister setting-->netlister--->hpermodels在這個頁面里面加入自己的.shm即可。
0
回復
@cshuang
如果要求比較特殊的話,可以自己寫份.shm文件放在同一目錄下。如:example.shm##Thislibrarycontainstheparametersforidealhypermodels.#Allparametersareincludedinthestructureide_tech..model.#models{#Models_example:ide(i)::ide_tech..model _bldc=(voh=1,vol=0,vxh=0.5,vxl=0.1,tr=5n,tf=5n,tdon=10n,tdoff=10n);}pins{#Thedefaultmodelis_bldc. Usermaychangethedefaultbychangethe#modelname_exampletowhatheexpected.:::_example}數模對應值可在這里自己定義。在生成網表的時候記得把這個文件加進去。具體操作:edit--->saber/netlistersetting-->netlister--->hpermodels在這個頁面里面加入自己的.shm即可。
上面這位高手,請問是怎么建模和學習MAST的?請大俠明示
0
回復
@cshuang
如果要求比較特殊的話,可以自己寫份.shm文件放在同一目錄下。如:example.shm##Thislibrarycontainstheparametersforidealhypermodels.#Allparametersareincludedinthestructureide_tech..model.#models{#Models_example:ide(i)::ide_tech..model _bldc=(voh=1,vol=0,vxh=0.5,vxl=0.1,tr=5n,tf=5n,tdon=10n,tdoff=10n);}pins{#Thedefaultmodelis_bldc. Usermaychangethedefaultbychangethe#modelname_exampletowhatheexpected.:::_example}數模對應值可在這里自己定義。在生成網表的時候記得把這個文件加進去。具體操作:edit--->saber/netlistersetting-->netlister--->hpermodels在這個頁面里面加入自己的.shm即可。
我覺得數模仿真是SABER的一個優點,可以仿真一個實際系統,實際系統有主電路和控制電路,SABER的仿真原理圖里也相應有主電路和控制模塊。實際電路需要程序控制,SABER中則可以將實際系統的控制算法通過MAST語言編程完全實現。相關資料,我都在論壇上發過帖子。
0
回復