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
374 stars 67 forks source link

Use unnamed libraries instead of named #283

Closed chykon closed 1 year ago

chykon commented 1 year ago

Motivation

See:

Desired solution

Once ROHD starts using DartSDK version 2.19 or higher, it will be possible to use unnamed libraries that can be applied here: https://github.com/intel/rohd/blob/36ffc752578d71f5fa72401a1df8c585e7f33d88/lib/src/values/values.dart#L4

Alternatives considered

No response

Additional details

No response