intel / intel/rohd

Better handling for `LogicStructure`s in `Pipeline`s

Open
#632 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Dart
Stars
489
Forks
88
Avg merge
3d 23h
Merged PRs (30d)
10

Description

### Motivation

Currently, when you `get` a signal in a `Pipeline`, it just references that signal and that's it. But what about `LogicStructure`s? If you access an element of a `LogicStructure` in additional to the `LogicStructure` itself, they are treated as separate signals. That's kind of confusing and unintuitive.

### Desired solution

Make `Pipeline` more `LogicStructure`-aware, treating a `get` on an element of a `LogicStructure` the same as getting the `LogicStructure` then accessing its element.

### Alternatives considered

_No response_

### Additional details

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.