chisel2-deprecated
chisel2-deprecated copied to clipboard
Added getLit method to types for convenience when using a generating type
fixes #571 Adds a method getLit(BigInt) to get a literal with that value I think getting a lit directly rather than passing around the object is the way to go