Update comment on GenerateReset

ChipTop reset was standardized to be async for 1.4.0
This commit is contained in:
Jerry Zhao
2021-01-30 19:47:27 -08:00
committed by GitHub
parent f22051ca84
commit 99a1c5d542

View File

@@ -17,8 +17,8 @@ import chipyard.clocking._
/**
* A simple reset implementation that punches out reset ports
* for standard Module classes. Three basic reset schemes
* are provided. See [[GlobalResetScheme]].
* for standard Module classes. The ChipTop reset pin is Async.
* Synchronization is performed in the ClockGroupResetSynchronizer
*/
object GenerateReset {
def apply(chiptop: ChipTop, clock: Clock): Reset = {