Update AddIOCells.debug comment

This commit is contained in:
Jerry Zhao
2020-08-28 14:36:09 -07:00
parent 20013d1348
commit 17239c56f8

View File

@@ -167,8 +167,6 @@ object AddIOCells {
* Add IO cells to a debug module and name the IO ports, for debug IO which must go off-chip
* For on-chip debug IO, drive them appropriately
* @param system A BaseSubsystem that might have a debug module
* @param resetctrlOpt An optional ResetCtrlIO bundle
* @param debugOpt An optional DebugIO bundle
* @return Returns a tuple2 of (Generated debug io ports, Generated IOCells)
*/
def debug(system: HasPeripheryDebugModuleImp)(implicit p: Parameters): (Seq[Bundle], Seq[IOCell]) = {