skill for veriloga view copy

D

DReynolds

Guest
I am writing some skill to copy some veriloga views and I can create
the new view without any trouble with dbCopyCellView(), but that is not
sufficient for veriloga. I somehow need to get the parser to read my
new view and compile it for the simulator to know what to do....

Does anyone know how to do this in skill?

David Reynolds
 
On 25 Aug 2006 04:16:32 -0700, "DReynolds" <spurwinktech@gmail.com> wrote:

I am writing some skill to copy some veriloga views and I can create
the new view without any trouble with dbCopyCellView(), but that is not
sufficient for veriloga. I somehow need to get the parser to read my
new view and compile it for the simulator to know what to do....

Does anyone know how to do this in skill?

David Reynolds
You need to use the ccpCopy() functions.

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 
Andrew, thanks for the info... it seems to work fine.

David
Andrew Beckett wrote:
On 25 Aug 2006 04:16:32 -0700, "DReynolds" <spurwinktech@gmail.com> wrote:

I am writing some skill to copy some veriloga views and I can create
the new view without any trouble with dbCopyCellView(), but that is not
sufficient for veriloga. I somehow need to get the parser to read my
new view and compile it for the simulator to know what to do....

Does anyone know how to do this in skill?

David Reynolds

You need to use the ccpCopy() functions.

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 

Welcome to EDABoard.com

Sponsor

Back
Top