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

Dependent Directed Interface #99

Merged
merged 17 commits into from
Jun 10, 2022
Merged

Dependent Directed Interface #99

merged 17 commits into from
Jun 10, 2022

Conversation

slibkind
Copy link
Collaborator

Added a new interface DirectedDependentInterface{T} which has three components: input_ports, output_ports, and dependency. dependency represents the dependency relationships between output ports and input ports.

To compose machines with this interface, we must ensure that there is acyclic wiring pattern between equivalence classes of ports related by dependency.

@slibkind
Copy link
Collaborator Author

Before merging:

  • Currently dependency is represented by a span representing the relationship between ports. The first foot represents the input ports and the second foot represents the output ports. Consider a different representation (as a sparse matrix or as a list of pairs). If keeping this then verify the size of the feet of the span.
  • Improve the induced_dependency function
  • allow for passing wires

src/dwd_dynam.jl Outdated Show resolved Hide resolved
src/dwd_dynam.jl Show resolved Hide resolved
@slibkind slibkind mentioned this pull request Apr 16, 2022
@slibkind
Copy link
Collaborator Author

Before merging:

  • Currently dependency is represented by a span representing the relationship between ports. The first foot represents the input ports and the second foot represents the output ports. Consider a different representation (as a sparse matrix or as a list of pairs). If keeping this then verify the size of the feet of the span.
  • Improve the induced_dependency function
  • allow for passing wires

Moved to Issue #104

@slibkind slibkind merged commit a69acf5 into master Jun 10, 2022
@slibkind slibkind deleted the sl/dependent_machines branch June 10, 2022 04:39
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

Successfully merging this pull request may close these issues.

2 participants