#HW5
1. Subject : Arbiter control.
2. Function description:
This exercise is a simple arbiter controller that services 3 clients. All clients have read or write request to this arbiter. Via round robin arbitration method, the arbiter controller would select some client to service. Other clients could not get the access right until the serviced request is inactive. The arbiter controller could receive at most 16 non-processing(read data no back) read requests. All output control signals of the arbiter controller should be flip-flop output. The detail interface and timing specification for this arbiter controller are listed as follow,
3. Interface description:
★ Interface diagram :