summaryrefslogtreecommitdiff
path: root/chiselFrontend/src
AgeCommit message (Expand)Author
2017-01-27Clean names of private vals in Modulesjackkoenig
2017-01-27Have checkpoint report (and clear) non-fatal errors. (#376)Jim Lawson
2017-01-25Better name propagation by macros (#327)Richard Lin
2017-01-20Add Record as new superclass of Bundle (#366)Jack Koenig
2017-01-13Make fromBits work with types other than UInt (#424)grebe
2016-12-22Merge branch 'master' into fixedPointFromBitsgrebe
2016-12-19Merge branch 'master' into exceptionfixJim Lawson
2016-12-13Fix test.Paul Rigge
2016-12-13CheckpointPaul Rigge
2016-12-13Have FixedPoint use asFixedPoint in fromBits.Paul Rigge
2016-12-07Support for creating chisel annotations that are consumed by firrtl (#393)Chick Markley
2016-12-05Merge branch 'master' into exceptionfixJack Koenig
2016-12-05Fix literal width (#389)Jack Koenig
2016-12-02Merge branch 'master' into exceptionfixJim Lawson
2016-12-01Fix spelling of "specified". (#392)Jim Lawson
2016-11-29Add feature warnings to build, fix feature warnings, fix some documentation (...Richard Lin
2016-11-23Simplify Enum API (#385)Richard Lin
2016-11-22Disallow chained apply (#380)Richard Lin
2016-11-21Fix toBits() deprecation message (to match what it effectively does). (#379)Jim Lawson
2016-11-21Remove deduplication from Chisel (#347)Donggyu
2016-11-21Deboilerplate the implicit conversions, add support for long.Uducky
2016-11-21better styleducky
2016-11-21Refactor some codeducky
2016-11-21Remove () from as_Intducky
2016-11-21Restyle a lot of test code, mainly with regexducky
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-10Replace "throw new Exception" with throwException (consistency).Jim Lawson
2016-11-10Throw exceptions for cloneType failures - fix #358Jim Lawson
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