revert mdio direction

This commit is contained in:
RuigeLee
2023-07-31 09:19:57 +08:00
parent 3aa4ca17d4
commit 0f79860656

View File

@@ -310,7 +310,7 @@ ExampleRocketSystem i_rocketChip(
.O(mdi), // Buffer output .O(mdi), // Buffer output
.IO(mdio), // Buffer inout port (connect directly to top-level port) .IO(mdio), // Buffer inout port (connect directly to top-level port)
.I(mdo), // Buffer input .I(mdo), // Buffer input
.T(mdoEn) // 3-state enable input, high=input, low=output .T(~mdoEn) // 3-state enable input, high=input, low=output
); );
endmodule endmodule