aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-02Added a infrastructure for check passes, and wrote a fewazidar
2015-05-02Now when expanding ConnectFrom/ToIndex, create a node for the index so it isn...azidar
2015-05-01Bug fix. ExpWidth was improperly evaluated during simplify (not subtracting one)azidar
2015-05-01Fixed performance bug where PlusWidth, MinusWidth, and ExpWidth could be simp...azidar
2015-05-01Fixed bug where the enable was looked at for lowering MUX.azidar
2015-04-30Fixed assignment to outputs not getting emitted from Expand When passazidar
2015-04-30Fixed bug that added multiple arguements to OR, instead of a reduce-orazidar
2015-04-29Fixed bug where a node's width was not equal to its value'sazidar
2015-04-29Made temp name generation counter, as well as the name, based off the eventua...azidar
2015-04-29Fixed bug in lowering of subfields. Fixed ModuleVec.fir to be correctazidar
2015-04-29Added dshl and dshrazidar
2015-04-28Instances are now male. Reworked lowering pass to be sane. chisel3/ModuleVec....azidar
2015-04-27Removed WRegInitazidar
2015-04-27Added on-resetazidar
2015-04-24Merge branch 'master' of github.com:ucb-bar/firrtl into parserazidar
2015-04-24Fixed switch statementazidar
2015-04-24NEG now propogates input args plus oneazidar
2015-04-24Partial commitazidar
2015-04-24Merge branch 'master' of github.com:ucb-bar/firrtl into parserazidar
2015-04-24Updated TODO. Added backwards with prop for as and bitsazidar
2015-04-24Incorrectly propagated width constraint for non-muxes. This is only true for ...azidar
2015-04-24Merge branch 'master' of github.com:ucb-bar/firrtlazidar
2015-04-24Fixed width inference bug where later constraints on the output width were no...azidar
2015-04-24Inflightazidar
2015-04-24Merge pull request #5 from jackbackrack/masterAdam Izraelevitz
2015-04-24Fixed performance bug in expand-when where equality between the consequence a...azidar
2015-04-23Fixed bug in lowering where the arguments to DoPrim and Pad weren't loweredazidar
2015-04-23Fixed bug in map where mems were mysteriously turning into regsazidar
2015-04-23Not finished commmitazidar
2015-04-23fix more bugs in flo backendjackbackrack
2015-04-23Added new parser. Fixed all Tests. Added on-reset to parser, but don't correc...azidar
2015-04-23mergejackbackrack
2015-04-23Merge branch 'master' into parserazidar
2015-04-23Fixed Pad inference bugazidar
2015-04-22mergejackbackrack
2015-04-22Switched to stricter primop width constraints. Implemented Pad. Added some mi...azidar
2015-04-22added new stanza with correct parserazidar
2015-04-21revertjackbackrack
2015-04-21generate correct flo filesjackbackrack
2015-04-21mergejackbackrack
2015-04-21Reordered resolve-kinds and make-explicit-reset to fix bug where reset, if re...azidar
2015-04-21mergejackbackrack
2015-04-20better mergejackbackrack
2015-04-20mergejackbackrack
2015-04-20Added more relevant names for split expressionazidar
2015-04-20Fixed tests to use new execution arguments. Added and fixed chisel3 bugsazidar
2015-04-18change to have flo file go to a filejackbackrack
2015-04-17Removed excessive debug print statements, added default call to firrtl to gen...azidar
2015-04-17Added temp elimination passazidar
2015-04-17Fixed bug in primop lowering during type inference. Added reduce instructions...azidar