aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2015-04-24Inflightazidar
2015-04-24Fixed performance bug in expand-when where equality between the consequence ↵azidar
and alternate were always assumed different, causing a huge blow-up in logic
2015-04-23Not finished commmitazidar
2015-04-23Added new parser. Fixed all Tests. Added on-reset to parser, but don't ↵azidar
correctly handle it in compiler.
2015-04-23Fixed Pad inference bugazidar
2015-04-22Switched to stricter primop width constraints. Implemented Pad. Added some ↵azidar
missing primops
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 ↵azidar
instructions and renamed concat -> cat, equal -> eq, and added neq and neg
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 ↵azidar
lowering. Finished expand-whens. Needs more thorough testing of instances
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 ↵azidar
WRegInit and removing Null and initialize-register pass
2015-03-18Finished expand accessors and lower to groundazidar
2015-03-11Finished expand accessors pass. Fixed bug in resolve-gender. Added tests, ↵azidar
all pass. Minimal removal of letrec to get WritePort to work correctly - a more thorough removeal is still needed
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
call firrtl correctly to enable/disable them
2015-02-24Rewrote README to include installation instructions and stanza ↵azidar
justification. Added response to feedback, locatd in notes/feedbackQA*. Use two different mains, one for testing and one for deployment (make build vs make build-deploy).
2015-02-24Updated tests, and included a check for the name of the pass, whichazidar
allows the compiler to print after each pass to ease debugging
2015-02-20Updated TODOazidar
2015-02-19Re-implemented resolve-kinds, passes preliminary test.azidar
Updated notes and TODO list, and started basic stanza-cheatsheet.