summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-19Update to current sbt resolver idiom.Jim Lawson
2016-05-13Merge pull request #191 from ucb-bar/classic_tester_prep_alt2Jim Lawson
2016-05-12remove Tester.scala because chiselMain is now implemented in the chisel-teste...Danny
2016-05-11Merge pull request #184 from ucb-bar/fix-regnextColin Schmidt
2016-05-11RegNext and RegInit should match Reg(next=) and Reg(init=)Andrew Waterman
2016-05-10Some -> OptionDonggyu Kim
2016-05-10Merge pull request #181 from ucb-bar/emitRefactorJim Lawson
2016-05-10Move emit out of IRducky
2016-05-10Have Bits.toBools return Seq, not VecAndrew Waterman
2016-05-10Relax Mem write-masks to Seq, rather than VecAndrew Waterman
2016-05-10Merge pull request #178 from ucb-bar/cfr_fixJim Lawson
2016-05-09Include Chisel Frontend in JARducky
2016-05-09remove vpi source filesDonggyu Kim
2016-05-09fix width inference in enumDonggyu Kim
2016-05-09get -> getOrElseDonggyu Kim
2016-05-08Fixed sbt error where the typechecker was complaining. Just converted the Seq...azidar
2016-05-05Move Chisel API into separate chiselFrontend compilation unit in preparation ...ducky
2016-05-04Multiple assign testerducky
2016-05-04Remove dependences from Chisel core on Chisel utilsAndrew Waterman
2016-05-04Support writing literals like 1.U or -1.SAndrew Waterman
2016-05-04clock|reset to _clock|_reset, added explanatory commentStephen Twigg
2016-05-04Change BlackBox.io.setRef into commentStephen Twigg
2016-05-04Rewrite BlackBox IO contract, replace _clock|_resetStephen Twigg
2016-05-04Add HasId=Module|Data.suggestName, TransitName utilStephen Twigg
2016-05-02Merge pull request #163 from ucb-bar/chiselMain_assertPalmer Dabbelt
2016-05-02more kind assert on chiselMainDonggyu Kim
2016-04-26Replace deprecated usage in tests. Issue #149Jim Lawson
2016-04-26Scalastyle fixes and "ignores". - No functional changes.Jim Lawson
2016-04-18Add whenever method to TblSpec forall to weed out invalid test values.Jim Lawson
2016-04-18Only elaborate once in chiselMain.run()Palmer Dabbelt
2016-04-15Test FIRRTL string literals more aggressivelyAndrew Waterman
2016-04-14Disallow Counters with negative nAndrew Waterman
2016-04-14Use mkString to clarify and speed up DefPrim emissionAndrew Waterman
2016-04-14Don't eagerly evaluate assertion failure stringsAndrew Waterman
2016-04-14Improve performance of hashing HasId (e.g. Data)Andrew Waterman
2016-04-14Eliminate RefMapAndrew Waterman
2016-04-14Reject log2Up on negative inputsAndrew Waterman
2016-04-13Remove underscores from constant creationColin Schmidt
2016-04-06Update README with Martin's suggestions from #103.Jim Lawson
2016-04-05Make Wire(init = x) behave the same as Wire(t = x) := xAndrew Waterman
2016-04-05Merge pull request #129 from ucb-bar/bumppluginsRichard Lin
2016-04-02Add Arch Linux installation instructionsSebastian Bøe
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-04-01Bump plugin versions.Jim Lawson
2016-04-01Update sbt to version 0.13.11Andrew Waterman
2016-03-31Fix fromBits for this.width > that.widthAndrew Waterman