summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/internal
AgeCommit message (Expand)Author
2019-03-26Try to eliminate JVM hang due to static initialization deadlock (#1053)Jim Lawson
2019-03-25Allow naming annotation to work outside builder context (#1051)Richard Lin
2019-03-18Split #974 into two PRs - scalastyle updates (#1037)Jim Lawson
2019-01-21Unify internal (chisel3.core) and external (chisel3 / chisel3.experimental) M...Richard Lin
2019-01-11For chiselName, use nameRecursively rather than matching on HasIdAndrew Waterman
2019-01-11Move nameRecursively into Builder so it can be used elsewhereAndrew Waterman
2018-11-26Trim Stack Trace (#931)Albert Chen
2018-10-12Strong enums (#892)Hasan Genc
2018-07-31Ensure names work for bundles and literals. (#853)Jim Lawson
2018-07-04unbrokenducky
2018-07-04still brokenducky
2018-07-04brokenducky
2018-07-04Run-unique idsducky
2018-06-20Programmatic Port Creation (#833)Jack Koenig
2018-04-26Minor edits to wordingedwardcwang
2018-03-02Fix for 792 (#793)Richard Lin
2018-02-28Refactor Annotations (#767)Jack Koenig
2018-02-08Make uncloneable IO deprecated instead of error, improve error handling (#771)Richard Lin
2018-02-07Better support for autoclonetype of nested Bundles (#769)Richard Lin
2018-01-23Runtime API deprecation warnings (#761)Richard Lin
2017-11-06Default to unidoc for scaladoc generation. (#715)Jim Lawson
2017-10-26Invalidateapi (#645)Adam Izraelevitz
2017-08-17Use firrtl elses in elsewhen/otherwise case emission (#510)Albert Magyar
2017-08-17Make Reset a trait (#672)Jack Koenig
2017-08-11Rename userDir->specifiedDir (#671)Richard Lin
2017-07-28Black box top-level IO fix (#655)Richard Lin
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2017-04-13Module Hierarchy Refactor (#469)Richard Lin
2017-02-27Record: allow elements to start with a digitWesley W. Terpstra
2017-02-17Builderreflectionfix (#515)Angie Wang
2017-02-16Add support for clock and reset scoping (#509)Jack Koenig
2017-02-08Add Analog typeJack Koenig
2017-02-08Add counter for depth of when scopeJack Koenig
2017-01-31Make Module and Bundle properly use empty namespacesJack
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
2016-12-19Merge branch 'master' into exceptionfixJim Lawson
2016-12-07Support for creating chisel annotations that are consumed by firrtl (#393)Chick Markley
2016-12-02Merge branch 'master' into exceptionfixJim Lawson
2016-12-01Fix spelling of "specified". (#392)Jim Lawson
2016-11-21Remove deduplication from Chisel (#347)Donggyu
2016-11-21Fix open-open range specifier, remove dead code, restyle testsducky
2016-11-21first attack on creating a range api for chisel3chick
2016-11-18Add support for parameterized BlackBoxesjackkoenig
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-10-27Refactor and fix field reflection (#342)Andrew Waterman