Mentor Expedition: EDIF import

Guest
I can generate an EDIF netlist of my design. I would like to send this
to a third party which are using Mentor Expedition. Is this possible?

Petter

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
On 22 Nov 2004 11:30:54 +0100, newsmail5@gustad.com wrote:

I can generate an EDIF netlist of my design. I would like to send this
to a third party which are using Mentor Expedition. Is this possible?

Petter
Only if you get lucky. EDIF was created by a committee of developers
of competing CAD programs. Thus NO ONE follows the _standard_ :-(

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
Jim Thompson <thegreatone@example.com> writes:

On 22 Nov 2004 11:30:54 +0100, newsmail5@gustad.com wrote:


I can generate an EDIF netlist of my design. I would like to send this
to a third party which are using Mentor Expedition. Is this possible?

Petter

Only if you get lucky. EDIF was created by a committee of developers
of competing CAD programs. Thus NO ONE follows the _standard_ :-(
I can manipulate the EDIF and add attributes etc. if I know what kinds
of structures and attributes are required by Expedition, or if this is
possible at all.

Petter

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
There is an EDIF parser - checker - on the EDIF organizations' web site.

I found it very helpful.

Regards,

James Jackson
Oztronics



<newsmail5@gustad.com> wrote in message
news:kjumzxarx9d.fsf@shardlow.dolphinics.no...
I can generate an EDIF netlist of my design. I would like to send this
to a third party which are using Mentor Expedition. Is this possible?

Petter

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
"James Jackson" <JOJ@Texas.net> writes:

There is an EDIF parser - checker - on the EDIF organizations' web
site.
Thank you for your tip. However, an EDIF parser is extreme simple,
especially when written in Common Lisp:

(with-open-file (s (make-pathname :name "test" :type "edif") :direction :input)
(read s))

:)

Petter

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
On 22 Nov 2004 16:17:51 +0100, newsmail5@gustad.com wrote:

Jim Thompson <thegreatone@example.com> writes:

On 22 Nov 2004 11:30:54 +0100, newsmail5@gustad.com wrote:


I can generate an EDIF netlist of my design. I would like to send this
to a third party which are using Mentor Expedition. Is this possible?

Petter

Only if you get lucky. EDIF was created by a committee of developers
of competing CAD programs. Thus NO ONE follows the _standard_ :-(

I can manipulate the EDIF and add attributes etc. if I know what kinds
of structures and attributes are required by Expedition, or if this is
possible at all.

Petter
If you have a cooperative person on the Mentor side, have him generate
an EDIF for you to study.

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
Jim Thompson <thegreatone@example.com> writes:

On 22 Nov 2004 16:17:51 +0100, newsmail5@gustad.com wrote:

Jim Thompson <thegreatone@example.com> writes:

On 22 Nov 2004 11:30:54 +0100, newsmail5@gustad.com wrote:


I can generate an EDIF netlist of my design. I would like to send this
to a third party which are using Mentor Expedition. Is this possible?

Petter

Only if you get lucky. EDIF was created by a committee of developers
of competing CAD programs. Thus NO ONE follows the _standard_ :-(

I can manipulate the EDIF and add attributes etc. if I know what kinds
of structures and attributes are required by Expedition, or if this is
possible at all.

Petter

If you have a cooperative person on the Mentor side, have him generate
an EDIF for you to study.
Come to think of it I already have a sample EDIF file from Expedition,
maybe I'll just ask if it works to import it into a fresh project to
verify that it works before I start generating such a beast...

Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
Oh.

I guess I didn't realize that EDIF was that simple to parse and verify the
syntax to the EDIF 2 0 0 (or EDIF 3 0 0) standards.

Regards,

James Jackson
Oztronics

<newsmail5@gustad.com> wrote in message
news:kju7jocsrk8.fsf@shardlow.dolphinics.no...
"James Jackson" <JOJ@Texas.net> writes:

There is an EDIF parser - checker - on the EDIF organizations' web
site.

Thank you for your tip. However, an EDIF parser is extreme simple,
especially when written in Common Lisp:

(with-open-file (s (make-pathname :name "test" :type "edif") :direction
:input)
(read s))

:)

Petter

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 

Welcome to EDABoard.com

Sponsor

Back
Top