summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-28Apply DeMorgan's law to improve assert code readabilityAndrew Waterman
2016-03-20Merge pull request #124 from ucb-bar/fix-assertJack Koenig
2016-03-18Merge pull request #123 from ucb-bar/scalastyleRichard Lin
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-17Add =/= to the ignoreRegex for MethodNamesChecker.Jim Lawson
2016-03-15Add =/= to SIntjackkoenig
2016-03-14Merge pull request #119 from ucb-bar/scalastyleRichard Lin
2016-03-14Scalastyle cleanup - no functional differences.Jim Lawson
2016-03-10Merge pull request #117 from ucb-bar/readmechisel2compatibilitymodeRichard Lin
2016-03-10Undent Chisel2 compatibility mode reference.Jim Lawson
2016-03-10Correct reference to Chisel3 compatibility mode.Jim Lawson
2016-03-10Add pointer to Chisel3 compatibility on Chisel2 README.Jim Lawson
2016-03-08Merge pull request #116 from ucb-bar/verilator-suppress-warningsJim Lawson
2016-03-08Added -Wno-WIDTH and -Wno-STMTDLY warning suppressors to verilator commandchick
2016-03-08Merge branch 'master' of https://github.com/ucb-bar/chisel3chick
2016-03-06Merge pull request #113 from ucb-bar/require-messageAndrew Waterman
2016-03-06Print a better message on constant width failuresPalmer Dabbelt
2016-03-05Merge pull request #112 from ucb-bar/rocket-chipPalmer Dabbelt
2016-03-05Actually parse "--targetDir"Palmer Dabbelt
2016-03-05Remove scalastyle test hookPalmer Dabbelt
2016-03-03Merge pull request #108 from ucb-bar/distribution-prep1Jim Lawson
2016-02-29Merge branch 'master' of https://github.com/ucb-bar/chisel3chick
2016-02-26Merge pull request #109 from ucb-bar/Fix-init-in-DeqIORichard Lin
2016-02-25Merge branch 'master' of https://github.com/ucb-bar/chisel3chick
2016-02-25Fill in instructions to add FIRRTL binary to PATHJack
2016-02-25Merge branch 'master' of https://github.com/ucb-bar/chisel3chick
2016-02-25Merge pull request #110 from ucb-bar/scalafirrtldocsAndrew Waterman
2016-02-25README instructions for installing with Scala FIRRTLducky
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-24Merge branch 'master' of https://github.com/ucb-bar/chisel3chick
2016-02-24Merge pull request #106 from ucb-bar/fix-unknown-widthJack Koenig
2016-02-24sonatype repo will be using chisel3 as the base namechick
2016-02-24changing build.sbt to prepare for chisel3 distributionchick
2016-02-23Emit no width instead of <?> for unknown width UInt and SInt literals and typesjackkoenig
2016-02-23Merge branch 'master' of https://github.com/ucb-bar/chisel3chick
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-10Merge branch 'chisel_tester_support'chick
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