久久久国产精品视频袁燕,99re久久精品国产,亚洲欧美日韩国产综合v,天天躁夜夜躁狠狠久久,激情五月婷婷激情五月婷婷

  • 回復(fù)
  • 收藏
  • 點贊
  • 分享
  • 發(fā)新帖

請教MAST寫邏輯器件遇到的問題,

我用MAST寫了一個反相器的模塊,如下
template inverter in out
state logic_4 in, out
{
when (event_on(in)) {
if (in == l4_0) schedule_event(time, out, l4_1)
else if (in == l4_1) schedule_event(time, out, l4_0)
else if (in == l4_x) schedule_event(time, out, l4_x)
}
}
畫了一個symbol,一個入口in,一個出口out,在仿真時總是出現(xiàn)can not find "ide_a2dn.sin" using "saber_data_path"和undefined template ide_a2dn.sin,我搜索整個目錄也沒有發(fā)現(xiàn)這個template,敬請指教.
全部回復(fù)(5)
正序查看
倒序查看
2004-09-25 22:41
你仿真時候用的什么電路? ide_a2dn.sin是SABER中自動進行A/D轉(zhuǎn)換的,與你寫的內(nèi)容沒什么關(guān)系。
0
回復(fù)
xsquare
LV.1
3
2004-09-27 10:57
@saber_window
你仿真時候用的什么電路?ide_a2dn.sin是SABER中自動進行A/D轉(zhuǎn)換的,與你寫的內(nèi)容沒什么關(guān)系。
我想可能是時鐘使用錯誤,我用的是V_pulse,可能無法與邏輯template直接相連,這個問題怎么解決?
0
回復(fù)
2004-09-29 11:11
@xsquare
我想可能是時鐘使用錯誤,我用的是V_pulse,可能無法與邏輯template直接相連,這個問題怎么解決?
把你電路也貼上來,看一眼
0
回復(fù)
2004-09-29 15:08
@saber_window
把你電路也貼上來,看一眼
你需要設(shè)置環(huán)境變量,使其指向template和symbol所在的路徑
0
回復(fù)
xsquare
LV.1
6
2004-09-29 17:02
@sidneychai
你需要設(shè)置環(huán)境變量,使其指向template和symbol所在的路徑
的確是電源的問題,因為V_pulse輸出的不是state參數(shù)無法與邏輯器件直接相連,我自己弄了個數(shù)字電源就沒有問題了.非常感謝,因為我得sabersketch沒有數(shù)字器件,所以都得我自己寫,希望大家多交流.500) {this.resized=true; this.width=500; this.alt='這是一張縮略圖,點擊可放大。\n按住CTRL,滾動鼠標滾輪可自由縮放';this.style.cursor='hand'}" onclick="if(!this.resized) {return true;} else {window.open('http://u.dianyuan.com/bbs/u/21/1096491773.gif');}" onmousewheel="return imgzoom(this);">
0
回復(fù)
發(fā)