ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
387 stars 90 forks source link

Added getLit method to types for convenience when using a generating type #572

Open da-steve101 opened 8 years ago

da-steve101 commented 8 years ago

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