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

Pp array #107

Closed desmonddak closed 1 month ago

desmonddak commented 1 month ago

Description & Motivation

Exposes PartialProductArray from PartialProductGenerator to allow for array generation outside of a Booth encoder.

Related Issue(s)

None

Testing

Ran the existing multiplier tests.

Backwards-compatibility

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

No.

Documentation

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

We could add documentation for the Array as distinct from the Generator, but it isn't absolutely necessary.