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
2017-05-25
Fix performance bug in ZeroWidth (#594)
Jack Koenig
2017-05-12
Bugfix: renaming instance ports was broken. (#588)
Adam Izraelevitz
2017-05-12
Fix pad, second try (#465)
Adam Izraelevitz
2017-05-11
Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)
Jim Lawson
2017-05-10
Update rename2 (#478)
Adam Izraelevitz
2017-05-03
Add checks on register clock and reset types (#33) (#553)
Albert Magyar
2017-04-13
Speed up CSE by doing CSE on node expression before recording the node (#543)
Jack Koenig
2017-04-04
DecorateMems should not delete annoations (#523)
Colin Schmidt
2017-04-03
Find a single cycle from potentially many in a combinational SCC
Albert Magyar
2017-03-29
Fix bug where zero width expressions in nodes wouldn't get zeroed (#514)
Jack Koenig
2017-03-23
Add pass to detect combinational loops
Albert Magyar
2017-03-23
Pass now subclasses Transform (#477)
Adam Izraelevitz
2017-03-22
Fixed zero width perf bug #502
Adam Izraelevitz
2017-03-22
Fix unapply of pin
Adam Izraelevitz
2017-03-22
Bugfix: apply/unapply of PinAnnotation broken
azidar
2017-03-09
make sure infer-rw works for exclusive when statements (#481)
Donggyu
2017-03-09
Sint tests and change in serialization (#456)
Adam Izraelevitz
2017-03-06
Zero width (#402)
Adam Izraelevitz
2017-03-06
Addresses #459. Rewords transform annotations API.
Adam Izraelevitz
2017-03-03
Bugfix: InlineInstances must prefix instances
Adam Izraelevitz
2017-02-23
move more general utils out of memutils, mov WIR helpers to WIR.scala and upd...
Angie
2017-02-23
messed up clocktype match
Angie
2017-02-23
added more helpers
Angie
2017-02-22
[stevo]: Adams fix
Stevo Bailey
2017-02-21
Implementation of nodedupe mem (#447)
Colin Schmidt
2017-02-14
Add support for Analog types in partial connect (#435)
Jack Koenig
2017-02-14
Fixes #441, ConvertFixedToSInt not recursing exps
Adam Izraelevitz
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
2017-02-06
Fix stack overflow from massive MaxWidth chains during width inference (#407)
Jack Koenig
2017-01-27
Fix signed types (#422)
Angie Wang
2017-01-23
Add FixedType to uniqueify match statement.
Paul Rigge
2017-01-22
use new annotations correctly for wiring (#416)
Colin Schmidt
2017-01-19
Verilog rem fix (#404)
grebe
2016-12-13
Add MaxWidth of 1,000,000 bits
jackkoenig
2016-12-13
Move CheckWidths to its own file
jackkoenig
2016-12-07
Bugfix: add Neg to high form check (#384)
Adam Izraelevitz
2016-12-05
Add check for muxing between clocks (#360)
Jack Koenig
2016-12-05
Bugfix: expand whens not voiding memories (#380)
Adam Izraelevitz
2016-11-23
Stringified annotations (#367)
Adam Izraelevitz
2016-11-21
Bugfix: exponential runtime of pull muxes (#379)
Adam Izraelevitz
2016-11-21
Rewrote inline xform to fix quadratic perf. bug (#377)
Adam Izraelevitz
2016-11-15
Fixed multi wiring (#368)
Adam Izraelevitz
2016-11-14
Fix wrong omitting same clocked nondirect children (#374)
Adam Izraelevitz
2016-11-10
Added additional optimizations
azidar
2016-11-09
Added optimizations to for better width inference
azidar
2016-11-09
Bugfix: removed recursive removal in infer widths
azidar
2016-11-07
Clock List Transform (#365)
Adam Izraelevitz
2016-11-07
Fix annotations (#366)
Adam Izraelevitz
2016-11-05
Fix CHIRRTL bugs (#355)
Donggyu
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
[next]