-
Notifications
You must be signed in to change notification settings - Fork 2
Add Timelines documentation #66
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
Open
IrisvdWerf
wants to merge
9
commits into
develop
Choose a base branch
from
conduit-filter-doc
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
03beee4
Add Timelines section in describing_models section
IrisvdWerf 79abc5d
Timelines documentation
IrisvdWerf 46c4327
add conduit filter documentation
IrisvdWerf e855954
update conduit filters
IrisvdWerf f5b2942
rewrite timelines
IrisvdWerf 8f0ce69
include comments Timelines
IrisvdWerf a267190
rewrite conduit filters
IrisvdWerf 1faf347
Merge branch 'develop' into conduit-filter-doc
IrisvdWerf a56a978
Add matching timelines to the timelines documentation
IrisvdWerf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| ymmsl_version: v0.2 | ||
|
|
||
| description: macro-meso-micro with a bypass conduit needing filters | ||
|
|
||
| models: | ||
| macro_meso_micro_filtered: | ||
| components: | ||
| macro: | ||
| ports: | ||
| o_i: bc_out bypass_out | ||
| s: bc_in bypass_in | ||
| description: '' | ||
| meso: | ||
| ports: | ||
| f_init: init_in | ||
| o_i: bc_out | ||
| s: bc_in | ||
| o_f: final_out | ||
| description: '' | ||
| micro: | ||
| ports: | ||
| f_init: init_in bypass_in | ||
| o_f: bypass_out final_out | ||
| description: '' | ||
| conduits: | ||
| macro.bc_out: meso.init_in | ||
| macro.bypass_out: repeat micro.bypass_in | ||
| meso.final_out: macro.bc_in | ||
| meso.bc_out: micro.init_in | ||
| micro.final_out: meso.bc_in | ||
| micro.bypass_out: last macro.bypass_in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| ymmsl_version: v0.2 | ||
|
|
||
| description: A macro-meso-micro model, three levels of timelines | ||
|
|
||
| models: | ||
| macro_meso_micro_model: | ||
| components: | ||
| macro: | ||
| ports: | ||
| o_i: bc_out | ||
| s: bc_in | ||
| description: '' | ||
| meso: | ||
| ports: | ||
| f_init: init_in | ||
| o_i: bc_out | ||
| s: bc_in | ||
| o_f: final_out | ||
| description: '' | ||
| micro: | ||
| ports: | ||
| f_init: init_in | ||
| o_f: final_out | ||
| description: '' | ||
| conduits: | ||
| macro.bc_out: meso.init_in | ||
| meso.final_out: macro.bc_in | ||
| meso.bc_out: micro.init_in | ||
| micro.final_out: meso.bc_in |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| ymmsl_version: v0.2 | ||
|
|
||
| description: One component (macro) connected to two independent timelines | ||
|
|
||
| models: | ||
| two_subtimelines_model: | ||
| components: | ||
| macro: | ||
| ports: | ||
| timeline tl1: | ||
| o_i: micro1_out | ||
| s: micro1_in | ||
| timeline tl2: | ||
| o_i: micro2_out | ||
| s: micro2_in | ||
| description: '' | ||
| micro1: | ||
| ports: | ||
| f_init: init_in | ||
| o_f: final_out | ||
| description: '' | ||
| micro2: | ||
| ports: | ||
| f_init: init_in | ||
| o_f: final_out | ||
| description: '' | ||
| conduits: | ||
| macro.micro1_out: micro1.init_in | ||
| micro1.final_out: macro.micro1_in | ||
| macro.micro2_out: micro2.init_in | ||
| micro2.final_out: macro.micro2_in |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.