intel / rohd-hcl

A hardware component library developed with ROHD.
https://pub.dev/packages/rohd_hcl
BSD 3-Clause "New" or "Revised" License
81 stars 23 forks source link

Streamline APIs for returning 'not found' #127

Open desmonddak opened 2 weeks ago

desmonddak commented 2 weeks ago

Motivation

We need a common API for sentinals that indicate not found.
For example bit Find routines and the like

PriorityArbiter has a possible solution for things like PriorityEncoder and Finder.

Desired solution

A common API for returning 'not found' in Find routines.

Alternatives considered

No response

Additional details

No response