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
/
stanza
/
compilers.stanza
Age
Commit message (
Expand
)
Author
2015-06-03
Fixed verilog backend bugs. Passes ALU. Fails Datapath
azidar
2015-06-02
Added low firrtl check. Corrected bug in prefix matching in high firrtl check
azidar
2015-06-02
Merge branch 'master' of github.com:ucb-bar/firrtl
azidar
2015-06-02
Added sequential/combinational memories. Started debugging verilog backend. A...
azidar
2015-06-02
turn off eliminate-temps until improved
jackbackrack
2015-06-02
merge + fix trim to use correct bits operands
jackbackrack
2015-05-29
fix concat, as-sint, turn off temp-elimination
jackbackrack
2015-05-27
Added external modules. Switched lower firrtl back to wire r; r := Register, ...
azidar
2015-05-20
Added Pad pass to flo.stanza, which pads widths to make := and primops strict...
azidar
2015-05-19
Added support for non-inlined modules in verilog backend
azidar
2015-05-18
First pass at a Verilog Backend. Not tested, but compiles and generates reaso...
azidar
2015-05-15
Updated firrtl for its passes to be a bit more modular, and to enable pluggin...
azidar