要求所有tx/rx时钟域异步复位

This commit is contained in:
RuigeLee
2023-09-25 14:18:27 +08:00
parent 5ff118f527
commit 51c39369c8
9 changed files with 45 additions and 43 deletions

View File

@@ -46,7 +46,7 @@ class MacTxIO extends Bundle{
val StateData = Output(UInt(2.W))
}
abstract class MacTxBase extends Module{
abstract class MacTxBase extends Module with RequireAsyncReset{
val io: MacTxIO = IO(new MacTxIO)