intel / rohd

The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.
https://intel.github.io/rohd-website
BSD 3-Clause "New" or "Revised" License
374 stars 67 forks source link

Absolute value #442

Closed dmetis closed 9 months ago

dmetis commented 10 months ago

Description & Motivation

It would be useful to be able to calculate the absolute value of a signal or value (convert negative to positive, or leave positive as is).

Related Issue(s)

Fix #360

Testing

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

Documentation

Does the change require any updates to documentation? If so, where? Are they included?