[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA: Module Names from Icarus Code Generator
- To: geda-dev@geda.seul.org
- Subject: gEDA: Module Names from Icarus Code Generator
- From: Tom Hawkins <tom@confluent.org>
- Date: Wed, 13 Oct 2004 11:07:30 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-dev-outgoing@seul.org
- Delivered-to: geda-dev@moria.seul.org
- Delivery-date: Wed, 13 Oct 2004 19:32:37 -0400
- Reply-to: geda-dev@seul.org
- Sender: owner-geda-dev@seul.org
- User-agent: Mozilla Thunderbird 0.8 (X11/20041010)
I'm having quite a bit of success writing a back-end for Icarus. After
I got used to it, I realized the API is very well thought out.
Quick question: Given an ivl_scope_t, is there a way to determine what
produced the scope (module, function, task, or named block) and to get
the name of it, if it is a module?
Also, is there a definition of the LPMs anywhere? They seem to be
different than EDIF LPM.
-Tom