aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes
AgeCommit message (Expand)Author
2016-09-06Added starter code for SMem replacementAngie
2016-08-18Add MemUtils to aid in interfacing with alternate memory implementations (#244)Albert Magyar
2016-08-18Remove redundant test and errors.append() in check_types_e(). (#243)Jim Lawson
2016-08-17Change RW port names (#236)Angie Wang
2016-08-09fix read port enables in RemoveCHIRRTLDonggyu Kim
2016-08-05Merge pull request #220 from ucb-bar/fix-width-error-msgAdam Izraelevitz
2016-08-04Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218)Adam Izraelevitz
2016-08-04Addd check: bits, tail, head arg widthazidar
2016-08-04Bugfix: recursing stmts to remove unknown widthsazidar
2016-08-02Merge pull request #215 from ucb-bar/new-serializeAdam Izraelevitz
2016-08-02Merge pull request #203 from ucb-bar/fix_mem_inferAdam Izraelevitz
2016-08-02make infer readwrite ports optionalDonggyu Kim
2016-08-02Change serialize to abstract method on FirrtlNodeJack Koenig
2016-08-02Merge pull request #214 from ucb-bar/fix-thread-unsafetyAdam Izraelevitz
2016-08-02Fix use of global state in instance loop checkingjackkoenig
2016-08-01Added minor cosmetic changes to RemoveAccessesazidar
2016-08-01Refactor RemoveAccesses and fix bug #210.azidar
2016-07-28InferWidths now only fixes declaration widthsazidar
2016-07-27infer readwrite ports for backward compatibilityDonggyu Kim
2016-07-27fix read port enables in RemoveCHIRRTLDonggyu Kim
2016-07-27Reworked annotation system. Added tenacity and permissibilityAdam Izraelevitz
2016-07-27Merge pull request #198 from ucb-bar/add-chirrtl-checkAdam Izraelevitz
2016-07-25Detects and flags cyclic module loopschick
2016-07-21Added a Chirrtl check for undeclared wires, etc.azidar
2016-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-07-07Generalize and clean up constant propagation passAndrew Waterman
2016-07-04printf: support '%c' for printing charactersWesley W. Terpstra
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - PrimOp & PrimOpsJack
2016-06-10API Cleanup - ExpressionJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - WidthJack
2016-06-10API Cleanup - Field & FlipJack
2016-06-10API Cleanup - TypeJack
2016-06-10API Cleanup - Port & DirectionJack
2016-06-10API Cleanup - ModuleJack
2016-06-08Fix for bug introduced in #174azidar
2016-06-07Merge pull request #179 from sdtwigg/fixminwidthAdam Izraelevitz
2016-06-07Merge pull request #153 from ucb-bar/update-check-high-formAdam Izraelevitz
2016-06-07Fix non-thread safe Serialize by splitting it into class and objectJack Koenig
2016-06-06Fix bug in FIRRTL width inference, refactor associated functionsStephen Twigg
2016-05-24Remove prefix checking from Check High Formjackkoenig
2016-05-24Added Errors class and fixed tests.azidar
2016-05-24add better type mismatch error messageColin Schmidt
2016-05-24Fix LowerTypes to check for wmode instead of rmodejackkoenig
2016-05-12Restructured Compiler to use Transforms. Added an InlineInstance pass.Adam Izraelevitz
2016-05-11Remove trait StanzaPass and related dead codejackkoenig
2016-05-10Remove old SplitExp pass (replaced by SplitExpressions)jackkoenig
2016-05-10Added RemoveValidIf pass.Adam Izraelevitz
2016-05-10Added new (and correct) Split Expressions passAdam Izraelevitz