I've been looking this scheme program over and don't see the concept of 
namespaces used
all the way through as in the C++ example Al mentioned today on geda irc.  Some 
pieces of netnames
are found, but not named with a namespace prefix afterwards.

(define verilog:identifier?  uses regexpressions to find bit-range, single-bit, 
simple-id  matches
and classifies those as    verilog:identifier?

The whole program has lots of detail, so I think of creating a test suite as I 
go about creating
and feeding it gschem schematics similar to the example of busses Dan gave 
here: 
http://archives.seul.org/geda/dev/Jul-2006/msg00039.html.

I haven't done a test suite yet, so would like hints on doing  a Makefile so I 
can run
make test
to process the example schematic and check for correct netlist output.  Dan?

Thanks,

John


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to