This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AMBA AHB5 : Stable Between Clock Question

Hi All,

I have a question on AMBA5 AHB feature : Stable_between_Clock property

The AMBA5 AHB Specification describes:

Signals that are described as being stable are required to remain at the same value when sampled at different rising clock edges in an extended transfer. However, it is possible that these signals can glitch after clock edges, returning to the same value as previously driven.

AHB5 defines the Stable_Between_Clock property to determine if an interface guarantees that signals that are required to be stable remain stable between rising clock edges.

If this property is True, it is guaranteed that signals that are required to be stable remain stable and glitch free between rising clock edges.

If this property is False, or is not defined, signals can glitch between rising clock edges.

Also the Specification says during waited transfer the transfer type(htrans) can change from IDLE -> NONSEQ, BUSY -> SEQ (for fixed length burst), BUSY -> any other transfer type (for undefined length burst).

My question here is,

1.What are the AHB5 signals that needs to remain stable between the clock during an extended transfer (waited transfer) other than HWDATA.?

2. Does AHB5 support multi master, as the AHB5 spec does not provide information about Arbiter signals ?

Thanks !!

Parents Reply Children