summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-24Incorporate chisel3-tests; update Makefile.Jim Lawson
2015-07-24move source files under Chisel folder - eclipse compatibilityJim Lawson
2015-07-24Clean up make clean.Jim Lawson
2015-07-24Updated versions; add MakefileJim Lawson
2015-07-24Factor out common code from object BitsAndrew Waterman
2015-07-24change to use doCloneType for users, add collectElts, get rid of delayedInitjackbackrack
2015-07-24use delayed init to ensure collectelts and further improve walk bundle and ch...jackbackrack
2015-07-23init methods for deqio, call collectelts during clone, change elsewhen emissi...jackbackrack
2015-07-23remove collectEltsAndrew Waterman
2015-07-23FillInterleaved should accept & produce UIntsAndrew Waterman
2015-07-23Implement SeqMem in terms of Mem for nowAndrew Waterman
2015-07-23Clean up flatten/toBits/fromBits/getWidthAndrew Waterman
2015-07-22Add more of ChiselUtilAndrew Waterman
2015-07-22Generalize bitSetAndrew Waterman
2015-07-22Clean up Vec; allow <> on IterableAndrew Waterman
2015-07-22Fix implementation of asSIntAndrew Waterman
2015-07-22Set version to 3.0Jim Lawson
2015-07-17Simplify when() logic (and have it pass several tutorials).Jim Lawson
2015-07-17Reverse list (from bit 0 - little endian to MSB - big endian).Jim Lawson
2015-07-17Fix up Repo heading.Jim Lawson
2015-07-17Update README with minimal build and test information.Jim Lawson
2015-07-16Generalize unary ! to work on BitsAndrew Waterman
2015-07-16Add missing ## operatorAndrew Waterman
2015-07-16Add PriorityEncoderOHAndrew Waterman
2015-07-16Add read/write methods to Vec/Mem/SeqMemAndrew Waterman
2015-07-16toBits should return UIntAndrew Waterman
2015-07-16Add Int->UInt, Boolean->Bool implicit conversionsAndrew Waterman
2015-07-16Implement Vec.containsAndrew Waterman
2015-07-16Add dummy implementation of assert()Andrew Waterman
2015-07-16Add OHToUInt, PriorityEncoderAndrew Waterman
2015-07-16Add wrapper so BlackBoxes compileAndrew Waterman
2015-07-16Add apply(Int), <<(Int), and >>(Int)Andrew Waterman
2015-07-16Add missing Log2Andrew Waterman
2015-07-16Improve core type operator codeAndrew Waterman
2015-07-07change MInt to BitPatjackbackrack
2015-07-02more support for testing FPsjackbackrack
2015-07-02add () args to toBitsjackbackrack
2015-07-02rename id to cid, legalizeNames, better flo/dbl support in tester, better mux...jackbackrack
2015-06-06add testall.shjackbackrack
2015-06-05get tester working again with new firrtl debug namesjackbackrack
2015-06-05add seqmem and turn off vcdtmpjackbackrack
2015-05-20make pad be op and adjust firrtl argsjackbackrack
2015-05-19remove padding add asUInt etcjackbackrack
2015-05-07add better testing support, better width inference and padding, remove old re...jackbackrack
2015-05-03improve width inference and remove padsjackbackrack
2015-05-01allow folding in tester, change reduction op names, fix up debugNamejackbackrack
2015-05-01update scripts to work as compiler with correct dirsjackbackrack
2015-04-30pad only bits connectsjackbackrack
2015-04-30improve fir2flojackbackrack
2015-04-29inline lits to avoid cross module lit refs and fix scriptsjackbackrack