El lun, 20-10-2003 a las 23:17, Bill Cox escribió:
[snip]
The
kinds of tools this would help enable include:
- DRC checking on the netlist, such as floating inputs, shorted outputs,
or attribute errors
A few months ago I thought geda lacks of a good DRC checker, to check
things like the ones you mention.
Then, I wrote a DRC gnetlist backend, which is now included in gnetlist
distribution as gnet-drc2.scm .
I think it's quite complete, so maybe you want to have a look at it
before writing another one. There's always room for improvement.
...
Ok, I wont rewrite anything that exists. Right now, I need solid
hierarchical netlisting. I read through some of the gnetlist code.
It's nicely written. However, it's missing the data structures I'm use
to for netlist manipulation, and I feel that makes it much harder to
work with the data.