Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better gate creation sequence for IC assembler #114

Open
evg-zhabotinsky opened this issue Jun 11, 2015 · 0 comments
Open

Better gate creation sequence for IC assembler #114

evg-zhabotinsky opened this issue Jun 11, 2015 · 0 comments

Comments

@evg-zhabotinsky
Copy link
Contributor

IMHO just going in spirals is not interesting enough, and it also takes more time than necessary.
Maybe create gates in a more optimized fashion?

For example, choosing adjacent gate to be created next, with some directional preference, works a bit faster and looks better IMHO. (It feels like the assembler understands your design a bit, e.g. it draws whole tracks at once.)
An example (suboptimal) implementation (which I use myself) can be found in my pull request #115 .

Maybe one can come up with a better solution.
Or can just say that nobody cares :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant