summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/CompatibiltySpec.scala
AgeCommit message (Collapse)Author
2017-08-07Don't assign default direction to Analog in Chisel._Jack Koenig
2017-02-08Fix random failures in CompatibilitySpec (#498)Jack Koenig
2017-02-08Fix up deprecation warnings and clean up CompatibiltySpec code. (#471)Jim Lawson
There was some dubious (certainly unclear) code organization in the CompatibiltySpec tests. The isPow2() test was randomly failing in Jenkins builds. This may address the problem.
2017-01-27Add basic Chisel2 compatibility sanity checks. (#340)Jim Lawson