| Age | Commit message (Expand) | Author |
| 2016-02-09 | Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo... | Jack |
| 2016-02-09 | Fix bug in mem serialization | Jack |
| 2016-02-09 | Fix start counting from 1 instead of 0 bug | Jack |
| 2016-02-09 | Updated SInt/UInt emission to match stanza. Still need to update to new syntax. | azidar |
| 2016-02-09 | Fixed port emission | azidar |
| 2016-02-09 | Moved passes to new package | azidar |
| 2016-02-09 | Changed stanza output of UInt/SInt to include widths. Made tests match accord... | azidar |
| 2016-02-09 | Added remove accesses | azidar |
| 2016-02-09 | Restructure passes to be new subpackage with more modular design, add new str... | Jack |
| 2016-02-09 | Fix serialize bugs: WSub(Field|Index|Access) printing extraneous w, module no... | Jack |
| 2016-02-09 | Added expand connect. Resolve now includes to working ir | azidar |
| 2016-02-09 | Added resolve genders | azidar |
| 2016-02-09 | WIP. Finished to working ir, resolve kinds, and infer types | azidar |
| 2016-02-09 | WIP. Got to-working-ir working | azidar |
| 2016-02-09 | WIP, nothing works. Starting creating working IR and necessary utils | azidar |
| 2016-01-29 | Fix no space after "flip" for flipped fields in Scala FIRRTL, also make Scala... | Jack |
| 2016-01-29 | Changed reg syntax to new "with" semantics in Scala FIRRTL | Jack |
| 2016-01-28 | Add support for single-line and multi-line scoping to Scala FIRRTL preprocess... | Jack |
| 2016-01-28 | Fixed bug on translating SubAccess concrete syntax to abstract in Scala FIRRTL | Jack |
| 2016-01-28 | WIP Added support for mux to Scala FIRRTL | jackkoenig |
| 2016-01-28 | WIP Added support for is invalid and validif to Scala FIRRTL | jackkoenig |
| 2016-01-28 | WIP Added support for stop to Scala FIRRTL | jackkoenig |
| 2016-01-28 | WIP Added support for printf to Scala FIRRTL | jackkoenig |
| 2016-01-28 | WIP: Added support for FIRRTL 0.2.0 Memories to Scala FIRRTL | jackkoenig |
| 2016-01-27 | WIP Moving Scala FIRRTL to match spec 0.2.0. Not everything is implemented (n... | jackkoenig |
| 2016-01-16 | Add warning that -p unused | ducky |
| 2016-01-16 | Clean up old logging remnants | ducky |
| 2016-01-16 | Import a logging library so we don't reinvent the wheel and have implicits fl... | ducky |
| 2016-01-16 | Refactor passes system | ducky |
| 2016-01-16 | Added notes for Richard to work on | azidar |
| 2016-01-16 | Merge branch 'scala' of github.com:ucb-bar/firrtl | azidar |
| 2016-01-16 | Added some comments | azidar |
| 2015-12-11 | Add a renameall pass that renames nodes according to a user-provided | Paul Rigge |
| 2015-12-08 | Refactored MIDAS code into its own repo | jackkoenig |
| 2015-12-07 | Fixed bug, I think transformation works now for the most part | jackkoenig |
| 2015-12-07 | The transformation works! Kind of, it works fine when everything is alwasy re... | jackkoenig |
| 2015-12-06 | Working on generating SimTop, need to figure out how to split the top-level I... | jackkoenig |
| 2015-12-04 | Everything is broken, need Translator to work on files without a circuit, nee... | jackkoenig |
| 2015-12-03 | Some stylistic changes and a couple bugfixes to simulation wrapper generation | jackkoenig |
| 2015-12-03 | New wrapper generator complete | jackkoenig |
| 2015-12-03 | Changing simwrapper to group ports that go to different places, not quite the... | jackkoenig |
| 2015-12-03 | Seem to be able to generate simulation wrapper module from DefInst | jackkoenig |
| 2015-12-02 | Added fame transformation and new package, making progress | jackkoenig |
| 2015-11-24 | In process of adding FAME-1 transformation, updated todos in grammar file, up... | jackkoenig |
| 2015-11-23 | Rename Test.scala to Driver.scala | jackkoenig |
| 2015-10-15 | Reorganized Primops (renamed from PrimOps), added maps and functions to conve... | Jack |
| 2015-10-15 | Added infer-types pass, seems to work. Added infer-types error checking, modi... | Jack |
| 2015-10-14 | Modified getType to return Type rather than Option[Type] which makes more sen... | Jack |
| 2015-10-14 | Moved Logger to new private object DebugUtils, changed UInt/SInt value printi... | Jack |
| 2015-10-12 | Added initial support for debug printing for lit based testing, most types of... | Jack |