Adam Megacz wrote: > Does anybody know where I might find a comprehensive list of the EDIF > cell types emitted by icarus' synthesis back-end? I'd like to try to > get an idea of where the finish line is in terms of supporting all the > cell types it might throw at my stuff.
An approximation of the answer you are looking for is to look in the ivl_target.h header file. This will show all the different types of gates might be passed to the edif code generator. Of course, not all those gates are necessarily actually generated in a synthesized result, but you'll at least get an idea. > I've got the router in pretty good shape at this point. It's > performing nicely when you consider that the placer just picks some > random layout and never changes it. > > http://research.cs.berkeley.edu/project/slipway/ > > Next step is to do something non-braindead with the placer. > > - a > -- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

