Fix comment typo in APB clock crossing

This commit is contained in:
Luke Wren 2021-11-28 17:40:57 +00:00
parent 0fafae1ab1
commit 1aa9dbcddd
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module hazard3_apb_async_bridge #(
// - Initially both req and ack are low // - Initially both req and ack are low
// - src asserts req high // - src asserts req high
// - dst responds with ack high and begins transfer // - dst responds with ack high and begins transfer
// - src deasserts req once it sees ack low // - src deasserts req once it sees ack high
// - dst deasserts ack once: // - dst deasserts ack once:
// - transfer is complete *and* // - transfer is complete *and*
// - dst sees req deasserted // - dst sees req deasserted