Skip to content

Bus arbiter

Michael Greve Munch requested to merge bus_arb into master

VME bus arbiter.

Implemented as a priority arbiter with request on BR(3) being more significant the BR(0).

Bus is granted if priority is equal or higher than currently granted.

Merge request reports