rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Implement `neq`

Open mkorbel1 opened this issue 2 years ago • 1 comments

Motivation

Equality checks with eq are simple, but you have to use ~...eq for not-equal-to. It would be nice to be able to do not-equal-to using neq.

Desired solution

Implement neq everywhere that eq exists (for values and signals).

mkorbel1 avatar Aug 17 '22 22:08 mkorbel1

could take this too

stephtancs avatar Sep 01 '22 18:09 stephtancs

@stephtancs note @Sanchit-kumar has implemented this already here: https://github.com/intel/rohd/pull/350

mkorbel1 avatar Apr 28 '23 16:04 mkorbel1