Merge pull request #875 from ucb-bar/milovanovic-master

Fix ScalaTest Chipyard test
This commit is contained in:
Abraham Gonzalez
2021-05-03 22:41:30 -07:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ package chipyard.clocking
import freechips.rocketchip.prci._
class SimplePllConfigurationSpec extends org.scalatest.FlatSpec {
class SimplePllConfigurationSpec extends org.scalatest.flatspec.AnyFlatSpec {
def genConf(freqMHz: Iterable[Double]): SimplePllConfiguration = new SimplePllConfiguration(
"testPLL",