summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-05Make Wire(init = x) behave the same as Wire(t = x) := xAndrew 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-03-31Fix fromBits for this.width > that.widthAndrew Waterman
2016-03-28Allow invocation of printf without applying resetAndrew Waterman
2016-03-28Apply DeMorgan's law to improve assert code readabilityAndrew Waterman
2016-03-18Add test for assertions in modules with pipedlined resetjackkoenig
2016-03-18Make Chisel self-testing work with new FIRRTL printf/stop guardsjackkoenig
2016-03-18Only randomize directory names during testingjackkoenig
2016-03-15Add =/= to SIntjackkoenig
2016-03-14Scalastyle cleanup - no functional differences.Jim Lawson
2016-03-08Added -Wno-WIDTH and -Wno-STMTDLY warning suppressors to verilator commandchick
2016-03-06Print a better message on constant width failuresPalmer Dabbelt
2016-03-05Actually parse "--targetDir"Palmer Dabbelt
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-24Create a test that breaks because of assignment statements in DeqIO and EnqIO...chick
2016-02-23Emit no width instead of <?> for unknown width UInt and SInt literals and typesjackkoenig
2016-02-22Merge pull request #99 from ucb-bar/chisel_tester_supportRichard Lin
2016-02-22Fixed improper apostrophe in it's in TesterDriverSpec commentschick
2016-02-10TesterDriverSpec is simpler and cleaner, extraneous circuit has been removed.chick
2016-02-10The TesterDriverSpec has been made stronger by altering circuit in finish methodchick
2016-02-10Added some comments describing potential use of the finish method hookchick
2016-02-09Added license and alpha versionazidar
2016-02-09Merge pull request #98 from ucb-bar/prettyassertAndrew Waterman
2016-02-09fixed test for finish method being put in the wrong placechick
2016-02-09Added support for finish method of BasicTester to be overridden in a subclass...chick
2016-02-08Merge pull request #95 from ucb-bar/flippedChick Markley
2016-02-08Added a simple tests that DeqIO and EnqIO get their directions right and are ...chick
2016-02-08Separate assertion failure message from source locator lineducky
2016-02-08Escape control characters in Printf string literalsAndrew Waterman
2016-02-08Use Flipped trait to implement DeqIOAndrew Waterman
2016-02-08Add Flipped trait that flips an AggregateAndrew Waterman
2016-02-03Merge branch 'master' into blackboxAndrew Waterman
2016-02-03Merge pull request #76 from ucb-bar/assertmacroAndrew Waterman
2016-02-02Add some Chisel2 driver emulation methodsPalmer Dabbelt
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky
2016-01-28Fixed NoneOptionBundleTester to actually instantiate a module without an inpu...azidar
2016-01-28Add macros so assert prints prettierducky
2016-01-28Merge branch 'master' into modrefactorAndrew Waterman
2016-01-28Merge branch 'master' into scalastyleAndrew Waterman
2016-01-28Use FIRRTL is invalid constructAndrew Waterman