Convert diagonal clock constraints in simulation when possible
Open
simulation
- Dominant language
- Java
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Here is how clock constraints are shown in the simulation tool now (SW5):

We can and should convert expression with cycles like this to `x=y=z`, to avoid as many diagonal constraints (`x-y<=c`) as possible because they are generally confusing.
We should also convert `0-x<=c` to `-c<=x` (if that is not already done)
Contributor guide
Assessment
This issue has not been assessed yet.