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