by cadence <jimka@[EMAIL PROTECTED]
>
Mar 10, 2008 at 01:40 PM
Hi Jay, running a perl script of EDIF is doing it the hard way.
What you really want to use is a Common Lisp script over edif.
The edif file can be read in trivially, with the READ function and
modified structurally and dependably.
> If the other tool has an im****t EDIF function, you should NOT expect
> it to work perfectly without help. You'll always end up needing to
> run
> a perl script over the ex****ted EDIF (or do fixup in the other tool's
> scripting language) to deal with scaling, or obscure CDF parameter
> types, stuff like that.
>
> -Jay-