intel / rohd

The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.
https://intel.github.io/rohd-website
BSD 3-Clause "New" or "Revised" License
370 stars 65 forks source link

Avoid Module creation for Constant Gate scenarios #481

Open mjayasim9 opened 5 months ago

mjayasim9 commented 5 months ago

Description & Motivation

429

Related Issue(s)

429

Testing

Added test cases to check if the result of '&', '|' and '~' operations are as expected for constant input scenarios.

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.