S
sampah
Guest
Hello all,
Has anyone on this list tried to include a SKILL procedure defination
inside an Ocean script ? Example,
;-------------- MyOcean.ocn -------------------
simulator('spectre)
;
; Bunch of Ocean related statements
;
; Calling procedure to do something
MyProc1(arg1, arg2)
;
; More Ocean statements.
;
procedure MyProc1(
let(.....
; Do this and that
)
)
;------------------------------------------
I tried this and Ocean did not like it - not in Cadence 5.0.33 with
HPUX anyway. If it is not possible to include user defined procedures
inside an Ocean script, is there an alternative work around that anyone
has tried gotten to work successfully ?.
Thanks.
Jon
Has anyone on this list tried to include a SKILL procedure defination
inside an Ocean script ? Example,
;-------------- MyOcean.ocn -------------------
simulator('spectre)
;
; Bunch of Ocean related statements
;
; Calling procedure to do something
MyProc1(arg1, arg2)
;
; More Ocean statements.
;
procedure MyProc1(
let(.....
; Do this and that
)
)
;------------------------------------------
I tried this and Ocean did not like it - not in Cadence 5.0.33 with
HPUX anyway. If it is not possible to include user defined procedures
inside an Ocean script, is there an alternative work around that anyone
has tried gotten to work successfully ?.
Thanks.
Jon