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

Create values with undefined elements #159

Closed christiaanb closed 6 years ago

christiaanb commented 6 years ago

We need this so we can recurse over a finite structure of an otherwise undefined value. Particularly needed in e.g. shift registers.