referencing fully qualified chipyard.harness.OverrideHarnessBinder to debug import issue.
This commit is contained in:
@@ -30,7 +30,7 @@ import scala.reflect.{ClassTag}
|
|||||||
|
|
||||||
import sifive.fpgashells.ip.xilinx.{IBUFG, IOBUF, PULLUP, PowerOnResetFPGAOnly}
|
import sifive.fpgashells.ip.xilinx.{IBUFG, IOBUF, PULLUP, PowerOnResetFPGAOnly}
|
||||||
|
|
||||||
class WithArtyJTAGHarnessBinder extends OverrideHarnessBinder({
|
class WithArtyJTAGHarnessBinder extends chipyard.harness.OverrideHarnessBinder({
|
||||||
(system: HasPeripheryDebugModuleImp, th: ArtyFPGATestHarness, ports: Seq[JTAGIO]) => {
|
(system: HasPeripheryDebugModuleImp, th: ArtyFPGATestHarness, ports: Seq[JTAGIO]) => {
|
||||||
// (system: HasPeripheryDebugModuleImp, th: ArtyFPGATestHarness, ports: Seq[Data]) => {
|
// (system: HasPeripheryDebugModuleImp, th: ArtyFPGATestHarness, ports: Seq[Data]) => {
|
||||||
// ports.map {
|
// ports.map {
|
||||||
@@ -62,7 +62,7 @@ class WithArtyJTAGHarnessBinder extends OverrideHarnessBinder({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
class WithArtyUARTHarnessBinder extends OverrideHarnessBinder({
|
class WithArtyUARTHarnessBinder extends chipyard.harness.OverrideHarnessBinder({
|
||||||
(system: HasPeripheryUARTModuleImp, th: ArtyFPGATestHarness, ports: Seq[UARTPortIO]) => {
|
(system: HasPeripheryUARTModuleImp, th: ArtyFPGATestHarness, ports: Seq[UARTPortIO]) => {
|
||||||
// (system: HasPeripheryUARTModuleImp, th: ArtyFPGATestHarness, ports: Seq[UARTPortIO]) => {
|
// (system: HasPeripheryUARTModuleImp, th: ArtyFPGATestHarness, ports: Seq[UARTPortIO]) => {
|
||||||
// UARTAdapter.connect(ports)(system.p)
|
// UARTAdapter.connect(ports)(system.p)
|
||||||
@@ -70,4 +70,4 @@ class WithArtyUARTHarnessBinder extends OverrideHarnessBinder({
|
|||||||
// IOBUF(th.ck_io(3), ports.rxd)
|
// IOBUF(th.ck_io(3), ports.rxd)
|
||||||
Nil
|
Nil
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user