Respect DontTouchChipTopPorts key
This commit is contained in:
@@ -96,9 +96,11 @@ trait HasHarnessInstantiators {
|
|||||||
ApplyMultiHarnessBinders(this, lazyDuts)
|
ApplyMultiHarnessBinders(this, lazyDuts)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (p(DontTouchChipTopPorts)) {
|
||||||
duts.map(_ match {
|
duts.map(_ match {
|
||||||
case d: DontTouch => d.dontTouchPorts()
|
case d: DontTouch => d.dontTouchPorts()
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
val harnessBinderClk = harnessClockInstantiator.requestClockMHz("harnessbinder_clock", getHarnessBinderClockFreqMHz)
|
val harnessBinderClk = harnessClockInstantiator.requestClockMHz("harnessbinder_clock", getHarnessBinderClockFreqMHz)
|
||||||
println(s"Harness binder clock is $harnessBinderClockFreq")
|
println(s"Harness binder clock is $harnessBinderClockFreq")
|
||||||
|
|||||||
Reference in New Issue
Block a user