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

Flop compressor #118

Closed desmonddak closed 3 weeks ago

desmonddak commented 3 weeks ago

Description & Motivation

This change contributes an option to the ColumnCompressor: if a clk is provided, then the output rows will be flopped.

Related Issue(s)

None.

Testing

A single test checks to make sure that the output is delayed by a flop and inputs changing are blocked from changing this value.

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?

Yes. TBD.