edited by
2,954 views
1 votes
1 votes

The parallel bus arbitration technique uses an external priority encoder and a decoder. Suppose, a parallel arbiter has $5$ bus arbiters. What will be the size of priority encoder and decoder respectively?

  1. $4 \times 2 , \: 2 \times 4$
  2. $2 \times 4 , \: 4 \times 2$
  3. $3 \times 8 , \: 8 \times 3$
  4. $8 \times 3 , \: 3 \times 8$
edited by

2 Answers

0 votes
0 votes

Arbiters are electronic devices that allocate access to shared resources.

Example:
A bus arbiter is a device used in a multi-master bus system to decide which bus master will be allowed to control the bus for each bus cycle.

Since, it is given that the parallel arbiter has 5 bus arbiters. Hence, number of bits required to provide 5 bus arbiters are 3 bits (Since, $2^3$ = $8$).

Now encoder is a type of combinational circuit which consist of $2^n$ input lines and $n$ output lines i.e., $2^n X n$ encoder. Now, $n$ = $3$ bits. Therefore, size of encoder is $8 $$X$$ 3$. Similarly decoder is a combinational circuit which consist of $n$-input lines and $2^n$ output lines, i.e., $n$$ X $$ 2^n$ decoder. So size of decoder is $3$ $X$ $8$.

Sources:https://en.wikipedia.org/wiki/Arbiter_(electronics)

https://en.wikipedia.org/wiki/Priority_encoder

 

edited by
0 votes
0 votes
Option(D): 8X3,3X8

Given the arbitration has 5 bus arbiters,it will require 3 bits because 2^3=8

Encoder is an electronic device having (2^n) input lines and 'n' output lines and,

Decoder is an electronic device having 'n' input lines and (2^n) output lines
Answer:

Related questions

5 votes
5 votes
1 answer
2
Arjun asked Jul 2, 2019
1,538 views
What will be the number of states when a MOD-$2$ counter is followed by a MOD-$5$ counter?$5$$10$$15$$20$
4 votes
4 votes
2 answers
3
Arjun asked Jul 2, 2019
4,008 views
Consider the equation $(146)_b +(313)_{b-2} = (246)_8$. Which of the following is the value of $b$?$8$$7$$10$$16$