abs() produces a complex name
Open
enhancement
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
### Motivation
signal.abs() produces a Verilog name '_b_add_const1.
It would be nice if it produces _twosComplement or something more meaningful like that
### Desired solution
add a .named() to the abs() return Logic that adds something more meaningful than _b_add_const1
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.