aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/LoweringCompilers.scala
AgeCommit message (Expand)Author
2016-09-14style fixes for Compiler.scala, LoweringCompiler.scalaDonggyu Kim
2016-09-12Legalize bit select. Run Legalize after PadWidths.Jack
2016-09-07Added ReplaceSubAccesses before RemoveSubAccessesazidar
2016-09-06Added starter code for SMem replacementAngie
2016-08-02Merge pull request #203 from ucb-bar/fix_mem_inferAdam Izraelevitz
2016-08-02make infer readwrite ports optionalDonggyu Kim
2016-07-29remove ConstProp in HighFirrtlToMiddleFirrtlDonggyu Kim
2016-07-28InferWidths now only fixes declaration widthsazidar
2016-07-27infer readwrite ports for backward compatibilityDonggyu Kim
2016-07-27Reworked annotation system. Added tenacity and permissibilityAdam Izraelevitz
2016-07-25Changed InferTypes to update types if UnknownType or has an UnknownWidthazidar
2016-07-21Added a Chirrtl check for undeclared wires, etc.azidar
2016-07-07Re-run constant propagation after pad widthsAndrew Waterman
2016-06-10API Cleanup - ASTJack
2016-05-12Restructured Compiler to use Transforms. Added an InlineInstance pass.Adam Izraelevitz