rohd
rohd copied to clipboard
Implement `neq`
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).
could take this too
@stephtancs note @Sanchit-kumar has implemented this already here: https://github.com/intel/rohd/pull/350