intel / intel/rohd

Improving the `StateMachine` view in `vcd`

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

Description

### Motivation

When viewing `vcd` `StateMachine` is split into `sequential` and `combinational`, which introduces a bit of chaos due to the lack of context. It is better to let the user immediately see which module these blocks belong to.

![Снимок экрана от 2023-03-18 17-02-41](https://user-images.githubusercontent.com/82272369/226305988-c47c14ed-bd71-4d5a-96ec-6f67f246b500.png)

### Desired solution

1. Generate the `statemachine` module, inside which the `sequential` and `combinational` blocks will be located.
2. Add the ability to set a name for `StateMachine` (the default value can be `statemachine`).

### 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.