I am having a similar issue. delay( \ ?wf1 awvCreateBus("D0" list( \ awvAnalog2Digital(v("\\D0\\ " ?result "tran") nil nil 0.6 nil "centre") \ awvAnalog2Digital(v("\\D1\\ " ?result "tran") nil nil 0.6 nil "centre") \ ) "Binary"), \ ?value1 0.5, ?edge1 "either", ?nth1 1, ?td1 0.0, \ ?wf2 awvAnalog2Digital(v("CMPLT32" ?result "tran") nil nil 0.6 nil "centre"), \ ?value2 0.5, ?edge2 "either", ?nth2 1, ?td2 nil , ?stop nil, ?period1 1 ?period2 1 ?multiple t ?xName "trigger" ) The expression when included in my Ocean script gives me the following error. *Error* Expression awvCreateBus("D0" .. ) failed to evaluate. awvCreateBus does not support creation of a family bus. *Error* delay: input waveforms are not of same dimension
↧