aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Expand)Author
2015-05-18First pass at a Verilog Backend. Not tested, but compiles and generates reaso...azidar
2015-05-18Big API Change. Pad is no longer supported. Widths of primops can be flexible...azidar
2015-05-15Updated firrtl for its passes to be a bit more modular, and to enable pluggin...azidar
2015-05-13Added source indicators from FIRRTL files. Pass in -p i to get them printed. ...azidar
2015-05-13Updated Spec. Added scoped-reg which exposes on-reset bug. Fixed lowering bugazidar
2015-05-05Added a bunch of tests. In the middle of implementing check kinds and check t...azidar
2015-05-04Added new stanzaazidar
2015-05-04Added a few more error checks. Not tested yet. Fixed bug in pad type inferenceazidar
2015-05-02Added a infrastructure for check passes, and wrote a fewazidar
2015-05-01Fixed bug where the enable was looked at for lowering MUX.azidar
2015-04-29Made temp name generation counter, as well as the name, based off the eventua...azidar
2015-04-29Added dshl and dshrazidar
2015-04-28Updated todoazidar
2015-04-28Instances are now male. Reworked lowering pass to be sane. chisel3/ModuleVec....azidar
2015-04-27Added on-resetazidar
2015-04-24Merged TODOazidar
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-24Inflightazidar
2015-04-24Fixed performance bug in expand-when where equality between the consequence a...azidar
2015-04-23Not finished commmitazidar
2015-04-23Added new parser. Fixed all Tests. Added on-reset to parser, but don't correc...azidar
2015-04-23Fixed Pad inference bugazidar
2015-04-22Switched to stricter primop width constraints. Implemented Pad. Added some mi...azidar
2015-04-22Added new test that breaks current parser. updated todoazidar
2015-04-21Added new testazidar
2015-04-21Updated Todoazidar
2015-04-20Added more relevant names for split expressionazidar
2015-04-17Fixed bug in primop lowering during type inference. Added reduce instructions...azidar
2015-04-16Updated TODOazidar
2015-04-15Updated todoazidar
2015-04-15Finished flo backend. Restructured todo listazidar
2015-04-13Stanza bugazidar
2015-04-10Merge branch 'master' of github.com:ucb-bar/firrtlazidar
2015-04-10Almost finished width inference, takes too long/infinite loop for gcdazidar
2015-04-10Learned to fork.Patrick Li
2015-04-09Added more 'fake' tests. infer-widths now collects constraintsazidar
2015-04-08Updated TODOazidar
2015-04-08Finished expand whens. started infer widths. added pdf for people to viewazidar
2015-03-27Corrected register init by adding initialization of registers pass after lowe...azidar
2015-03-25Finished expand-whens. Removed letrec also, a while agoazidar
2015-03-23Finished first two parts of expand-whens pass. Fixed inits by adding WRegInit...azidar
2015-03-18Finished expand accessors and lower to groundazidar
2015-03-11Finished expand accessors pass. Fixed bug in resolve-gender. Added tests, all...azidar
2015-03-10Finished resolve gendersazidar
2015-03-04Finished infer-types passazidar
2015-03-03Updated TODO and specazidar
2015-02-25Updated TODO listazidar
2015-02-25Added debug print statements to dump fields from nodes, and updated tests to ...azidar
2015-02-24Rewrote README to include installation instructions and stanza justification....azidar