summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests
AgeCommit message (Expand)Author
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-11-21SInt conversion finished, everything builds againducky
2016-11-21Move ChiselRange to experimentalducky
2016-11-21Address review commentsducky
2016-11-21Fix open-open range specifier, remove dead code, restyle testsducky
2016-11-21Add invalid range specifier testducky
2016-11-21Oops, forgot to include literal expressions.Paul Rigge
2016-11-21Write range macro tests in a better way.Paul Rigge
2016-11-21Add interpolated variables to range macro test.Paul Rigge
2016-11-21Change some of the test names.Paul Rigge
2016-11-21Add a macro test casePaul Rigge
2016-11-21Incorporate feedback.Paul Rigge
2016-11-21Add some more tests.Paul Rigge
2016-11-21Delete RangeMacroTest now that RangeSpec exists.Paul Rigge
2016-11-21simple test that range interpolator works with UInt factory methodchick
2016-11-21Rename RangeMacro, remove nameprop depsducky
2016-11-21Better testing, better parsingducky
2016-11-21Range macro initial implducky
2016-11-18Add support for parameterized BlackBoxesjackkoenig
2016-11-14Add checks for misuse or omission of Module()Jack
2016-10-25FixedPoint number support for chisel3 (#328)Chick Markley
2016-10-24Merge branch 'master' into tobits-deprecationJim Lawson
2016-10-14Implement a standardized execution scheme for chiselchick
2016-10-06Merge pull request #312 from ucb-bar/improveunboundioerrormessage305Jim Lawson
2016-10-06Merge pull request #307 from ucb-bar/clonefirrtldirectionJim Lawson
2016-10-06Add comments; correct Complex definition (use cloneType).Jim Lawson
2016-10-06Update Driver: Check the simulation exit code #281Jim Lawson
2016-10-06Merge branch 'master' into tobits-deprecationJim Lawson
2016-10-05Give <> and := legacy behavior in compatibility modeAndrew Waterman
2016-10-05Make asInput/asOutput/flip deprecation warnings dynamicAndrew Waterman
2016-10-04Add CompileOptions implicits to all Module constructors - fix #310. (#311)Jim Lawson
2016-10-04Generate a better error message for missing IO() wrapper - fix #305Jim Lawson
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-09-23Merge branch 'master' into gsdtJim Lawson
2016-09-21Expose FIRRTL asClock constructAndrew Waterman
2016-09-15Merge branch 'master' into gsdtJim Lawson
2016-09-07Fix bug in Printable FullName of submodule portjackkoenig
2016-09-07Add Printable (#270)Jack Koenig
2016-09-06Verify we can suppress the inclusion of default compileOptions.Jim Lawson
2016-09-01Move connection implicits from Module constructor to connection methods.Jim Lawson
2016-08-30Merge branch 'master' into gsdtJim Lawson
2016-08-30Make compileOptions in the Chisel package effective.Jim Lawson
2016-08-30Add example of specific CompileOptions settings to tests.Jim Lawson
2016-08-30Add abstract classes with explicit connection checking options.Jim Lawson
2016-08-29Check module-specific compile options.Jim Lawson
2016-08-29Rename CompileOptions implicit objects.Jim Lawson
2016-08-29Pass compileOptions as an implicit Module parameter.Jim Lawson
2016-08-24Per Chisel meeting.chick
2016-08-21AnnotatingExample:chick