clash-lang / clash-prelude

CLaSH prelude library containing datatypes and functions for circuit design
http://www.clash-lang.org/
Other
31 stars 27 forks source link

Extra DSignal functionality #155

Closed blaxill closed 6 years ago

blaxill commented 6 years ago

This adds DSignal functions that shadow Signal corresponding functions (but doesn't export them in the prelude of course):

There are alternatives to the DSignal Bundle such as merging with the existing class (which I'm not sure can be done without breaking downstream work), a prelude exported non-shadowing name or perhaps keeping this as a separate package.

blaxill commented 6 years ago

Is 0.99 considered frozen, should I be submitting this to master?

blaxill commented 6 years ago

Closing in favor of #157