summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/util
AgeCommit message (Expand)Author
2016-06-08Rename packages to lowercase chisel, add compatibility layerducky
2016-05-26Fix type constraint on PriorityMuxAndrew Waterman
2016-05-11RegNext and RegInit should match Reg(next=) and Reg(init=)Andrew Waterman
2016-05-09fix width inference in enumDonggyu Kim
2016-05-04Remove dependences from Chisel core on Chisel utilsAndrew Waterman
2016-05-04clock|reset to _clock|_reset, added explanatory commentStephen Twigg
2016-05-04Rewrite BlackBox IO contract, replace _clock|_resetStephen Twigg
2016-05-04Add HasId=Module|Data.suggestName, TransitName utilStephen Twigg
2016-04-26Scalastyle fixes and "ignores". - No functional changes.Jim Lawson
2016-04-14Disallow Counters with negative nAndrew Waterman
2016-04-14Reject log2Up on negative inputsAndrew Waterman
2016-04-01Clearly delineate pipe/flow behavior in QueueAndrew Waterman
2016-04-01Reduce FIRRTL node count for CounterAndrew Waterman
2016-04-01Improve Arbiter implementation and QoRAndrew Waterman
2016-04-01Make ArbiterCtrl private; make O(n), not O(n^2)Andrew Waterman
2016-04-01Return Seq, not Vec, from PriorityEncoderOHAndrew Waterman
2016-02-25Fixed comment punctuation and made it clearer that using an init() method for...chick
2016-02-24Remove the assignment statements in EnqIO and DeqIO Bundle constructors.chick
2016-02-08Use Flipped trait to implement DeqIOAndrew Waterman
2016-01-23Don't use deprecated constructsAndrew Waterman
2015-12-11Fix Counter docducky
2015-12-11Refactor tests to use stop() and assert() instead of io.error/io.doneducky
2015-12-06Split internal and FIRRTL packagesducky
2015-11-02Add Scalastyle rule to check lines ending with a ;, fix some instancesducky
2015-11-02Break out Utils.scala into smaller portionsducky
2015-10-30Move Cat into utilsducky