Fix ArtyJTAG matching

This commit is contained in:
Jerry Zhao
2023-04-01 10:23:22 -07:00
parent 7bfeef6459
commit 6abf970ccb

View File

@@ -63,6 +63,7 @@ class WithArtyJTAGHarnessBinder extends OverrideHarnessBinder({
io_jtag.TMS.i.po.map(_ := DontCare)
io_jtag.TDO.i.po.map(_ := DontCare)
}
case b: Bool =>
}
}
})