summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/compatibility.scala
AgeCommit message (Expand)Author
2019-03-18Split #974 into two PRs - scalastyle updates (#1037)Jim Lawson
2019-01-25WireDefault instead of WireInit, keep WireInit around (#986)Martin Schoeberl
2018-12-04Add asBool, deprecate toBoolJack Koenig
2018-09-07Put do_* methods in SourceInfoTransformMacro groupSchuyler Eldridge
2018-07-31Cleanup implicit conversions (#868)Jack Koenig
2018-07-19Add support for Input() and Output() (available in Chisel2 since ucb-bar/chis...Jim Lawson
2018-02-07Cloning IO with compatibility 🦆 (#754)Richard Lin
2018-01-23Runtime API deprecation warnings (#761)Richard Lin
2017-12-14Fix a few compiler warnings (#738)Jack Koenig
2017-10-05the cloneType and chiselCloneType hot mess 🔥 (#653)Richard Lin
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-08-17Make Reset a trait (#672)Jack Koenig
2017-08-15Make .dir give correct direction for Module io in compatibilityJack Koenig
2017-08-11Rename userDir->specifiedDir (#671)Richard Lin
2017-08-01Address scalastyle issues, out of date comments, extraneous imports. (#658)Jim Lawson
2017-07-07Ensure IO is non-null before attempting to autoWrapPorts. (#643)Jim Lawson
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2017-04-26Deprecate fromBits and clock/reset constructors (#583)Richard Lin
2017-04-13Module Hierarchy Refactor (#469)Richard Lin
2017-03-17Add single arg constructor back to compatibility reg (#553)Richard Lin
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
2017-03-08Move log2Up and log2Down to compatibility wrapperAndrew Waterman
2017-02-07Name all the thingsducky
2017-02-07Rename SeqMem to SyncReadMem. (#490)Jim Lawson
2017-02-01Move backend compilation utilities (#400)Jim Lawson
2017-01-27Provide package-level text to reduce ScalaDoc white space. (#432)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-11-29Add feature warnings to build, fix feature warnings, fix some documentation (...Richard Lin
2016-11-23Simplify Enum API (#385)Richard Lin
2016-11-21Deboilerplate the implicit conversions, add support for long.Uducky
2016-11-21better styleducky
2016-11-21Refactor some codeducky
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-10-07Revert "Revert "Merge pull request #322 from ucb-bar/deleteEnqIODeqIO""Jim Lawson
2016-10-06Revert "Merge pull request #322 from ucb-bar/deleteEnqIODeqIO"Jim Lawson
2016-10-06Remove EnqIO, DeqIO - #308Jim Lawson
2016-09-30Add Data dir method to Chisel compatibility layer.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-16Rename DecoupledIO object to Decoupled (compatibility).Jim Lawson
2016-09-02Rename implicit compileOptions to defaultCompileOptions.Jim Lawson
2016-08-30Make compileOptions in the Chisel package effective.Jim Lawson
2016-08-29Check module-specific compile options.Jim Lawson
2016-08-22Purely cosmetic changes to placate the scalastyle checker.Jim Lawson