aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Driver.scala
AgeCommit message (Expand)Author
2016-11-23Stringified annotations (#367)Adam Izraelevitz
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-11-04Refactor Compilers and Transformsjackkoenig
2016-10-25Logger 1 (#338)Chick Markley
2016-10-19annotations being assembled form command line but not being passed down to fi...chick
2016-10-18Create a simple system for executions and command line parameters (#337)Chick Markley
2016-10-17Reorganized memory blackboxing (#336)Adam Izraelevitz
2016-10-07change default info mode to append (#328)Colin Schmidt
2016-09-27remove unnecessary parentheseschick
2016-09-25remove unnecessary blockschick
2016-09-06Edited conf generation to handle mem namespace collisionAngie
2016-09-06Added starter code for SMem replacementAngie
2016-08-17Fixed cmdline usage string (#235)Adam Izraelevitz
2016-08-08Don't create output files until the compiler succeedsAndrew Waterman
2016-08-02make infer readwrite ports optionalDonggyu Kim
2016-07-27Reworked annotation system. Added tenacity and permissibilityAdam Izraelevitz
2016-05-12Restructured Compiler to use Transforms. Added an InlineInstance pass.Adam Izraelevitz
2016-05-12Implement File Infojackkoenig
2016-03-03Remove unused files: DebugUtils and original Passesjackkoenig
2016-03-03Add some integration tests: successful compilation and executionjackkoenig
2016-02-25Remove unused code in Driver, update help messagejackkoenig
2016-02-23Stop closing writers in compiler, close in Driver instead (allows others to u...Jack
2016-02-09Added license to FIRRTL filesazidar
2016-02-09Added chirrtl passes, need to update parserazidar
2016-02-09Restructure passes to be new subpackage with more modular design, add new str...Jack
2016-02-09Added expand connect. Resolve now includes to working irazidar
2016-02-09Added resolve gendersazidar
2016-02-09WIP. Finished to working ir, resolve kinds, and infer typesazidar
2016-02-09WIP. Got to-working-ir workingazidar
2016-02-09WIP, nothing works. Starting creating working IR and necessary utilsazidar
2016-01-16Add warning that -p unusedducky
2016-01-16Clean up old logging remnantsducky
2016-01-16Import a logging library so we don't reinvent the wheel and have implicits fl...ducky
2016-01-16Refactor passes systemducky
2015-12-11Add a renameall pass that renames nodes according to a user-providedPaul Rigge
2015-12-08Refactored MIDAS code into its own repojackkoenig
2015-12-07Fixed bug, I think transformation works now for the most partjackkoenig
2015-12-07The transformation works! Kind of, it works fine when everything is alwasy re...jackkoenig
2015-12-06Working on generating SimTop, need to figure out how to split the top-level I...jackkoenig
2015-12-02Added fame transformation and new package, making progressjackkoenig
2015-11-24In process of adding FAME-1 transformation, updated todos in grammar file, up...jackkoenig
2015-11-23Rename Test.scala to Driver.scalajackkoenig