index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
firrtl
/
passes
Age
Commit message (
Expand
)
Author
2016-09-06
Added starter code for SMem replacement
Angie
2016-08-18
Add MemUtils to aid in interfacing with alternate memory implementations (#244)
Albert Magyar
2016-08-18
Remove redundant test and errors.append() in check_types_e(). (#243)
Jim Lawson
2016-08-17
Change RW port names (#236)
Angie Wang
2016-08-09
fix read port enables in RemoveCHIRRTL
Donggyu Kim
2016-08-05
Merge pull request #220 from ucb-bar/fix-width-error-msg
Adam Izraelevitz
2016-08-04
Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218)
Adam Izraelevitz
2016-08-04
Addd check: bits, tail, head arg width
azidar
2016-08-04
Bugfix: recursing stmts to remove unknown widths
azidar
2016-08-02
Merge pull request #215 from ucb-bar/new-serialize
Adam Izraelevitz
2016-08-02
Merge pull request #203 from ucb-bar/fix_mem_infer
Adam Izraelevitz
2016-08-02
make infer readwrite ports optional
Donggyu Kim
2016-08-02
Change serialize to abstract method on FirrtlNode
Jack Koenig
2016-08-02
Merge pull request #214 from ucb-bar/fix-thread-unsafety
Adam Izraelevitz
2016-08-02
Fix use of global state in instance loop checking
jackkoenig
2016-08-01
Added minor cosmetic changes to RemoveAccesses
azidar
2016-08-01
Refactor RemoveAccesses and fix bug #210.
azidar
2016-07-28
InferWidths now only fixes declaration widths
azidar
2016-07-27
infer readwrite ports for backward compatibility
Donggyu Kim
2016-07-27
fix read port enables in RemoveCHIRRTL
Donggyu Kim
2016-07-27
Reworked annotation system. Added tenacity and permissibility
Adam Izraelevitz
2016-07-27
Merge pull request #198 from ucb-bar/add-chirrtl-check
Adam Izraelevitz
2016-07-25
Detects and flags cyclic module loops
chick
2016-07-21
Added a Chirrtl check for undeclared wires, etc.
azidar
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-07-07
Generalize and clean up constant propagation pass
Andrew Waterman
2016-07-04
printf: support '%c' for printing characters
Wesley W. Terpstra
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - PrimOp & PrimOps
Jack
2016-06-10
API Cleanup - Expression
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Width
Jack
2016-06-10
API Cleanup - Field & Flip
Jack
2016-06-10
API Cleanup - Type
Jack
2016-06-10
API Cleanup - Port & Direction
Jack
2016-06-10
API Cleanup - Module
Jack
2016-06-08
Fix for bug introduced in #174
azidar
2016-06-07
Merge pull request #179 from sdtwigg/fixminwidth
Adam Izraelevitz
2016-06-07
Merge pull request #153 from ucb-bar/update-check-high-form
Adam Izraelevitz
2016-06-07
Fix non-thread safe Serialize by splitting it into class and object
Jack Koenig
2016-06-06
Fix bug in FIRRTL width inference, refactor associated functions
Stephen Twigg
2016-05-24
Remove prefix checking from Check High Form
jackkoenig
2016-05-24
Added Errors class and fixed tests.
azidar
2016-05-24
add better type mismatch error message
Colin Schmidt
2016-05-24
Fix LowerTypes to check for wmode instead of rmode
jackkoenig
2016-05-12
Restructured Compiler to use Transforms. Added an InlineInstance pass.
Adam Izraelevitz
2016-05-11
Remove trait StanzaPass and related dead code
jackkoenig
2016-05-10
Remove old SplitExp pass (replaced by SplitExpressions)
jackkoenig
2016-05-10
Added RemoveValidIf pass.
Adam Izraelevitz
2016-05-10
Added new (and correct) Split Expressions pass
Adam Izraelevitz
[next]