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
/
verilog.stanza
Age
Commit message (
Expand
)
Author
2015-07-21
Firrtl generates verilog that compiles, but does not work
Adam Izraelevitz
2015-07-17
Datapath compiles with Chisel 2.0 -> FIRRTL -> Verilog!
Adam Izraelevitz
2015-07-16
Merge branch 'new-low-firrtl' of github.com:ucb-bar/firrtl into new-low-firrtl
azidar
2015-07-14
Fixed performance bug in backend. Added renaming
azidar
2015-07-14
Added tests for clocks. Added remove scope and special chars passes. Added te...
azidar
2015-07-14
Added clock support
azidar
2015-07-14
Passes riscv-mini tests
azidar
2015-07-14
Still partial commit, many tests pass. Many tests fail.
azidar
2015-07-14
Partial commit
azidar
2015-07-14
In progress commit
azidar
2015-07-13
Added tests for clocks. Added remove scope and special chars passes. Added te...
azidar
2015-07-10
Added clock support
azidar
2015-07-07
Passes riscv-mini tests
azidar
2015-07-06
Still partial commit, many tests pass. Many tests fail.
azidar
2015-07-06
Partial commit
azidar
2015-07-06
In progress commit
azidar
2015-06-03
Fixed verilog backend bugs. Passes ALU. Fails Datapath
azidar
2015-06-02
Changed Core.fir so dshl wasn't huge. Fixed padding pass to preserve correct ...
azidar
2015-06-02
Added sequential/combinational memories. Started debugging verilog backend. A...
azidar
2015-05-27
Added sequential memories. mem no longer exists, must declare either cmem or ...
azidar
2015-05-27
Added external modules. Switched lower firrtl back to wire r; r := Register, ...
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