Skip to content

Converge on timeline notation for ports #57

Description

@maarten-ic

The current (ymmsl-python v0.17) way to explicitly attach timelines to ports is to use a +<timeline name> notation, e.g.:

ports:
  f_init: init
  +timeline1:
    o_i: out
    s: in
  o_f: final

The + sign is very magical, and not immediately obvious that this relates to a timeline.
@LourensVeen proposed alternative syntax with a timeline "keyword":

ports:
  f_init: init
  timeline timeline1:
    o_i: out
    s: in
  o_f: final

Since we have no users yet for the timeline functionality, it should be no problem to change the notation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions