aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-23fix more bugs in flo backendjackbackrack
2015-04-23Added new parser. Fixed all Tests. Added on-reset to parser, but don't ↵azidar
correctly handle it in compiler.
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 ↵azidar
missing primops
2015-04-22added new stanza with correct parserazidar
2015-04-22Added new test that breaks current parser. updated todoazidar
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 ↵azidar
referenced, has an inferred kind
2015-04-21Added new testazidar
2015-04-21Updated Todoazidar
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 ↵azidar
generate flo
2015-04-17Added temp elimination passazidar
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 parser to correctly read empty statementsazidar
2015-04-16Merge branch 'CuppoJava-master'azidar
2015-04-16Merged with new stanzaazidar
2015-04-16Removed stanza.zipazidar
2015-04-16Updated TODOazidar
2015-04-15Updated todoazidar
2015-04-15Finished flo backend. Restructured todo listazidar
2015-04-14Added Writeport to split expressionsazidar
2015-04-14Finished Split Expressionsazidar
2015-04-14Finished inlining passazidar
2015-04-13Stanza bugazidar
2015-04-13Merge pull request #3 from jackbackrack/masterAdam Izraelevitz
new chisel3 tests
2015-04-13new chisel3 testsjackbackrack
2015-04-13Finished Infer Widthsazidar
2015-04-10Uncommented thingsazidar
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-10Updated StanzaPatrick Li
2015-04-10Merge pull request #1 from CuppoJava/masterAdam Izraelevitz
Learned to fork.
2015-04-10Learned to fork.Patrick Li
2015-04-09Added more 'fake' tests. infer-widths now collects constraintsazidar
2015-04-08Added test to show correctness of gender inference and loweringazidar
2015-04-08Updated TODOazidar
2015-04-08Fixed bug in lowering that incorrectly determined genders when subfieldedazidar
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