summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-11- add simple test of IntervalRange helperschick
2019-12-06Revert "Compat compile options macro (#1253)" (#1268)Jack Koenig
2019-12-04Add ChiselEnum to BundleLiterals (#1215)Zhuanhao Wu
2019-12-02Fix asTypeOf for Clock (#1258)Jack Koenig
2019-11-29Compat compile options macro (#1253)Jack Koenig
2019-11-27Fix bidirectional Wire with Analog (#1252)Jack Koenig
2019-11-15Enable @chiselName on non-module classes (#1209)John's Brew
2019-11-05Add tests for exhaustive MuxLookup optimizationAlbert Magyar
2019-11-05Don't use MuxLookup default for full mappingSchuyler Eldridge
2019-11-05Support literals cast to aggregates as async reset reg init values (#1225)Jack Koenig
2019-11-02Tests for anonymous/class-in-module desiredNameSchuyler Eldridge
2019-10-23Make ChiselStage targets not privateColin Schmidt
2019-10-21Add BoringUtils.bore test for internal boringSchuyler Eldridge
2019-10-21Fix BoringUtils.bore for internal boringSchuyler Eldridge
2019-10-18Interval Data Type Support for Chisel (#1210)Chick Markley
2019-10-08Fix direction of dynamic index in complex Vec (#1196)Jack Koenig
2019-10-07Improve desiredName for nested objects/classesSchuyler Eldridge
2019-09-16Da steve101 tree reduce (#485)Jack Koenig
2019-09-13Add requirements to Queue class (#1176)Jack Koenig
2019-09-13Fix Queue.apply for size 0 in chisel3._ code (#1177)Jack Koenig
2019-09-11Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)Jim Lawson
2019-08-27Test stack trace trimming for ChiselStageSchuyler Eldridge
2019-08-27Enable --module command line argumentSchuyler Eldridge
2019-08-27Move stack trimming from Driver to ChiselStageSchuyler Eldridge
2019-08-27Add test that stack trace trimming worksSchuyler Eldridge
2019-08-27Remove stack trace trimming in Elaborate phaseSchuyler Eldridge
2019-08-27Add firrtlTests.Utils methodsSchuyler Eldridge
2019-08-13Use a PhaseManager for Driver internalsSchuyler Eldridge
2019-08-13Migrate ChiselStage to use the DependencyAPISchuyler Eldridge
2019-08-13Add Dependencies for Chisel PhasesSchuyler Eldridge
2019-08-13Add support for asynchronous reset (#1011)Jack Koenig
2019-08-12Aspect-Oriented Programming for Chisel (#1077)Adam Izraelevitz
2019-08-08Require target is hardware for Vec.apply(a: UInt)Schuyler Eldridge
2019-08-06Avoid when(reset) construct in LFSRAndrew Waterman
2019-08-01Flatten *FactoryBase hierarchySchuyler Eldridge
2019-08-01Remove anything deprecated since before 3.2Schuyler Eldridge
2019-07-31Fix deprecated Vec usage in chisel3.util.LFSR16Schuyler Eldridge
2019-07-31Add SInt deprecated compatibility testsSchuyler Eldridge
2019-07-31Add UInt deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Bits deprecated compatibility testsSchuyler Eldridge
2019-07-31Add VecLike deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Wire deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Data deprecated compatibility testsSchuyler Eldridge
2019-07-31Add debug deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Mem/SeqMem deprecated compatibility testsSchuyler Eldridge
2019-07-31Add LFSR16 deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Queue deprecated compatibility testsSchuyler Eldridge
2019-07-31Add Enum deprecated compatibility testsSchuyler Eldridge
2019-07-31Add BitPat deprecated compatibility testsSchuyler Eldridge
2019-07-31Fixup and enable Dummy CompatibilitySpec testSchuyler Eldridge