Small spacing fixes
This commit is contained in:
@@ -43,7 +43,7 @@ class HarnessClockInstantiator {
|
|||||||
// connect all clock wires specified to a divider only PLL
|
// connect all clock wires specified to a divider only PLL
|
||||||
def instantiateHarnessDividerPLL(refClock: ClockBundle): Unit = {
|
def instantiateHarnessDividerPLL(refClock: ClockBundle): Unit = {
|
||||||
val sinks = _clockMap.map({ case (name, (freq, bundle)) =>
|
val sinks = _clockMap.map({ case (name, (freq, bundle)) =>
|
||||||
ClockSinkParameters(take=Some(ClockParameters(freqMHz=freq/1000000)),name=Some(name))
|
ClockSinkParameters(take=Some(ClockParameters(freqMHz=freq / (1000 * 1000))), name=Some(name))
|
||||||
}).toSeq
|
}).toSeq
|
||||||
|
|
||||||
val pllConfig = new SimplePllConfiguration("harnessDividerOnlyClockGenerator", sinks)
|
val pllConfig = new SimplePllConfiguration("harnessDividerOnlyClockGenerator", sinks)
|
||||||
|
|||||||
Reference in New Issue
Block a user