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

Create data structure for containing the place & route result #14

Open
mortbopet opened this issue Feb 28, 2019 · 1 comment
Open

Create data structure for containing the place & route result #14

mortbopet opened this issue Feb 28, 2019 · 1 comment

Comments

@mortbopet
Copy link
Owner

An obvious data structure would be to contain the place & route result in a matrix, with items within the matrix being pointers to either ComponentGraphics or Ports (which are associated with wires). However, such a data structure does not scale well.

@mortbopet
Copy link
Owner Author

Given that the routing will be based on a connectivity graph, a route result data structure could be a list of connected connectivity graph nodes, plus a notion of where a pin physically resides within a connectivity graph node (which will be a Channel node)

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

No branches or pull requests

1 participant