1
0
Fork 0

test_mode_reset: Use simpler apply() method

This commit is contained in:
Megan Wachs 2017-09-13 17:00:01 -07:00
parent 82c00cb656
commit 44edc5fdc3
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ class TLDebugModuleInnerAsync(device: Device, getNComponents: () => Int)(implici
}
dmInner.module.io.innerCtrl := FromAsyncBundle(io.innerCtrl)
dmInner.module.io.dmactive := ~ResetCatchAndSync(clock, ~io.dmactive, 3, Some("dmactiveSync"), io.psd.test_mode, io.psd.test_mode_reset)
dmInner.module.io.dmactive := ~ResetCatchAndSync(clock, ~io.dmactive, "dmactiveSync", io.psd.test_mode, io.psd.test_mode_reset)
dmInner.module.io.debugUnavail := io.debugUnavail
}
}