Merge pull request #875 from ucb-bar/milovanovic-master
Fix ScalaTest Chipyard test
This commit is contained in:
@@ -3,7 +3,7 @@ package chipyard.clocking
|
|||||||
|
|
||||||
import freechips.rocketchip.prci._
|
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(
|
def genConf(freqMHz: Iterable[Double]): SimplePllConfiguration = new SimplePllConfiguration(
|
||||||
"testPLL",
|
"testPLL",
|
||||||
|
|||||||
Reference in New Issue
Block a user