全部博文(75)
分类: LINUX
2008-07-31 16:58:43
Centralized bus arbitration requires hardware that will grant the bus to one of the requesting devices. This hardware can be part of the CPU or it can be a separate device on the motherboard. "
From:
The PCI bus arbiter performs bus arbitration among multiple masters on the PCI bus. Any number of bus masters can reside on the PCI bus, as well as requests for the bus. One pair of request and grant signals is dedicated to each bus master.
The PCI bus arbiter implements either rotating priority or a fixed priority scheme. In the rotating priority scheme, the requestor that is most recently granted the bus receives the lowest priority, while the requestor position next to it receives the highest priority. The remaining requestor receives subsequently lower priority based on its position.
This megafunction is available in Altera hardware description language (AHDL), Verilog, VHDL, and netlist format. Megafunction sizes vary with features and customization. Eureka Technology can customize the design according to specific user requirements. Please contact Eureka Technology or visit the Eureka Technology web site for a complete data sheet."
From:
My comprehension to "Arbiter"
A device or bus is shared by a mount of externel equipments, "Arbiter" is placed between the device/bus and the externel equipments. while One or more than one equipments requests to use the device/bus, Arbitration is done by the "Arbiter" to decide which one can access the device.
So, "Arbiter" is used to grant certain one of externel equipments to access the device.