Fix Reset bug

This commit is contained in:
Jerry Zhao
2020-08-05 15:00:28 -07:00
parent 9e443130b9
commit abc75e9b95
3 changed files with 25 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ class WithFireSimRationalTileDomain(multiplier: Int, divisor: Int) extends Confi
data.reset := ResetCatchAndSync(tile_clock, reset.asBool)
} else {
data.clock := uncore_clock
data.clock := reset
data.reset := reset
}
}
}}