aboutsummaryrefslogtreecommitdiff
path: root/.run_chisel_tests.sh
AgeCommit message (Collapse)Author
2018-10-28Fix TRAVIS_COMMIT_RANGE in .run_chisel_tests, replace ... with .. (#924)Jack Koenig
This makes "skip chisel tests" work properly
2018-08-21Make Scala 2.12.4 the default. (#848)Jim Lawson
* Bump to Scala 2.12.6 and make it the default. * Use Scala 2.11.12 for chisel tests. * Try with Scala 2.12.4.
2018-02-27Refactor Annotations (#721)Jack Koenig
- Old Annotation renamed to deprecated LegacyAnnotation - Annotation is now a trait that can be extended - New JsonProtocol for Annotation [de]serialization - Replace AnnotationMap with AnnotationSeq - Deprecate Transform.getMyAnnotations - Update Transforms - Turn on deprecation warnings - Remove deprecated Driver.compile - Make AnnotationTests abstract with Legacy and Json subclasses - Add functionality to convert LegacyAnnotations of built-in annos This will give a noisy warning and is more of a best effort than a robust solution. Fixes #475 Closes #609
2017-06-29[Travis] Explicitly limit chisel tests parallelism to 2Jack
2017-02-16[skip chisel tests] Add ability to skip Chisel tests in Travis (#444)Jack Koenig