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

Bug fix for pipelined multiplication signals #138

Closed desmonddak closed 1 week ago

desmonddak commented 1 week ago

Description & Motivation

Missed creating addInput for clk,reset, enable; resulting in a trace error upon instantiation.

Related Issue(s)

136 We need to find a more comprehensive way to avoid as natural testing does not instantiate components with a module.

Testing

None. Direct instantiation tests don't seem to create the trace error consistently.

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?

No. Bug fix.