Have you ever wanted to get a reasonably accurate transistor count on a circuit quickly and without a Synopsys license? Look no further. What I've written isn't a synthesizer or anything. You input the boolean functions for the circuit you want, then it will reduce the transistor count of the circuit heuristically based on a sweep of local gate optimizations using a look-up-table approach.
Before I can release it, I need to do some git gymnastics. It's currently in a subdirectory of an existing git repo that I have locally. I'd like to continue to maintain this as part of my existing tree, if possible, but also be able to push only parts of this module to a public repo. Is this the best I can do? http://makingsoftware.wordpress.com/2013/02/16/using-git-subtrees-for-repository-separation/ -- Timothy Normand Miller, PhD Assistant Professor of Computer Science, Binghamton University http://www.cs.binghamton.edu/~millerti/ Open Graphics Project
_______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
