summaryrefslogtreecommitdiff
path: root/chiselFrontend/src
AgeCommit message (Expand)Author
2016-11-21Restyle Bool constructors, move compatibility deprecations into compatibility...ducky
2016-11-21SInt conversion finished, everything builds againducky
2016-11-21Refactor SInt WIPducky
2016-11-21Deprecate things, split more thingsducky
2016-11-21Break out deprecated literal constructors, refactor all the things!ducky
2016-11-21Fix open-open range specifier, remove dead code, restyle testsducky
2016-11-21simple test that range interpolator works with UInt factory methodchick
2016-11-21first attack on creating a range api for chisel3chick
2016-11-18Add support for parameterized BlackBoxesjackkoenig
2016-11-17Eliminate some doc warningsducky
2016-11-14Add checks for misuse or omission of Module()Jack
2016-11-14Add SourceInfo.makeMessage to better use SourceInfo in error messagesJack
2016-11-02Changed T to _T for generated names (#349)Adam Izraelevitz
2016-10-28Plug holes where defaultCompileOptions leaked inAndrew Waterman
2016-10-28Preserve legacy cloneType behavior in compatibility modeAndrew Waterman
2016-10-27Merge pull request #339 from ucb-bar/fix_seqmem_enableDonggyu
2016-10-27Refactor and fix field reflection (#342)Andrew Waterman
2016-10-25FixedPoint number support for chisel3 (#328)Chick Markley
2016-10-24Merge branch 'master' into tobits-deprecationJim Lawson
2016-10-23create SeqMems' read ports inside when statementDonggyu Kim
2016-10-19Deprecate "!=". (#323)Jim Lawson
2016-10-06Merge pull request #312 from ucb-bar/improveunboundioerrormessage305Jim Lawson
2016-10-06Merge pull request #307 from ucb-bar/clonefirrtldirectionJim Lawson
2016-10-06Add comments; correct Complex definition (use cloneType).Jim Lawson
2016-10-06Merge branch 'master' into tobits-deprecationJim Lawson
2016-10-05Update @sdtwigg's PR #199 - Add Assert Data.Jim Lawson
2016-10-05Merge pull request #315 from ucb-bar/fix-rocket-chipJim Lawson
2016-10-05Use modulo addressing for dynamic Vec/Mem accessesAndrew Waterman
2016-10-05Give <> and := legacy behavior in compatibility modeAndrew Waterman
2016-10-05Make asInput/asOutput/flip deprecation warnings dynamicAndrew Waterman
2016-10-04Suppress some scala compiler warningsAndrew Waterman
2016-10-04Add CompileOptions implicits to all Module constructors - fix #310. (#311)Jim Lawson
2016-10-04Generate a better error message for missing IO() wrapper - fix #305Jim Lawson
2016-09-30clone firrtlDirection when cloningJim Lawson
2016-09-29Manual dead code elimination.Jim Lawson
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-09-28Don't use firrtlDirection for direction checks - fix #298.Jim Lawson
2016-09-26Add Strict default for compile optionsducky
2016-09-23Merge branch 'master' into gsdtJim Lawson
2016-09-23Merge pull request #291 from ucb-bar/utilscaladocsJim Lawson
2016-09-21Improved scaladoc in utils and friendsducky
2016-09-21Expose FIRRTL asClock constructAndrew Waterman
2016-09-21Make implicit clock name consistent (#288)Andrew Waterman
2016-09-15add optional directionality assumption to BiConnect.elemConnectJim Lawson
2016-09-15Revert "Add direction-only (no width) UInt factory method."Jim Lawson
2016-09-15Add direction-only (no width) UInt factory method.Jim Lawson
2016-09-15Merge branch 'master' into gsdtJim Lawson
2016-09-09Convert to NotStrict for internal connection checks.Jim Lawson
2016-09-07Fix bug in Printable FullName of submodule portjackkoenig