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
Age
Commit message (
Expand
)
Author
2015-05-02
Now when expanding ConnectFrom/ToIndex, create a node for the index so it isn...
azidar
2015-05-01
Bug fix. ExpWidth was improperly evaluated during simplify (not subtracting one)
azidar
2015-05-01
Fixed performance bug where PlusWidth, MinusWidth, and ExpWidth could be simp...
azidar
2015-05-01
Fixed bug where the enable was looked at for lowering MUX.
azidar
2015-04-30
Fixed assignment to outputs not getting emitted from Expand When pass
azidar
2015-04-30
Fixed bug that added multiple arguements to OR, instead of a reduce-or
azidar
2015-04-29
Fixed bug where a node's width was not equal to its value's
azidar
2015-04-29
Made temp name generation counter, as well as the name, based off the eventua...
azidar
2015-04-29
Fixed bug in lowering of subfields. Fixed ModuleVec.fir to be correct
azidar
2015-04-29
Added dshl and dshr
azidar
2015-04-28
Instances are now male. Reworked lowering pass to be sane. chisel3/ModuleVec....
azidar
2015-04-27
Removed WRegInit
azidar
2015-04-27
Added on-reset
azidar
2015-04-24
Merge branch 'master' of github.com:ucb-bar/firrtl into parser
azidar
2015-04-24
Fixed switch statement
azidar
2015-04-24
NEG now propogates input args plus one
azidar
2015-04-24
Partial commit
azidar
2015-04-24
Merge branch 'master' of github.com:ucb-bar/firrtl into parser
azidar
2015-04-24
Updated TODO. Added backwards with prop for as and bits
azidar
2015-04-24
Incorrectly propagated width constraint for non-muxes. This is only true for ...
azidar
2015-04-24
Merge branch 'master' of github.com:ucb-bar/firrtl
azidar
2015-04-24
Fixed width inference bug where later constraints on the output width were no...
azidar
2015-04-24
Inflight
azidar
2015-04-24
Merge pull request #5 from jackbackrack/master
Adam Izraelevitz
2015-04-24
Fixed performance bug in expand-when where equality between the consequence a...
azidar
2015-04-23
Fixed bug in lowering where the arguments to DoPrim and Pad weren't lowered
azidar
2015-04-23
Fixed bug in map where mems were mysteriously turning into regs
azidar
2015-04-23
Not finished commmit
azidar
2015-04-23
fix more bugs in flo backend
jackbackrack
2015-04-23
Added new parser. Fixed all Tests. Added on-reset to parser, but don't correc...
azidar
2015-04-23
merge
jackbackrack
2015-04-23
Merge branch 'master' into parser
azidar
2015-04-23
Fixed Pad inference bug
azidar
2015-04-22
merge
jackbackrack
2015-04-22
Switched to stricter primop width constraints. Implemented Pad. Added some mi...
azidar
2015-04-22
added new stanza with correct parser
azidar
2015-04-21
revert
jackbackrack
2015-04-21
generate correct flo files
jackbackrack
2015-04-21
merge
jackbackrack
2015-04-21
Reordered resolve-kinds and make-explicit-reset to fix bug where reset, if re...
azidar
2015-04-21
merge
jackbackrack
2015-04-20
better merge
jackbackrack
2015-04-20
merge
jackbackrack
2015-04-20
Added more relevant names for split expression
azidar
2015-04-20
Fixed tests to use new execution arguments. Added and fixed chisel3 bugs
azidar
2015-04-18
change to have flo file go to a file
jackbackrack
2015-04-17
Removed excessive debug print statements, added default call to firrtl to gen...
azidar
2015-04-17
Added temp elimination pass
azidar
2015-04-17
Fixed bug in primop lowering during type inference. Added reduce instructions...
azidar
2015-04-16
Updated parser to correctly read empty statements
azidar
[next]