edited by
4,028 views
1 1 vote

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$

2 Answers

0 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 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:
Position:
Show:

Related questions

3 3 votes
3 answers 3 answers
5.4k
5.4k views
mrani asked Jan 20, 2016
5,431 views
The three outputs $x_1x_2x_3$ from the $8\times 3$ priority encoder are used to provide a vector address of the form $101x_1x_2x_300$. what is the second highest priority...
2 2 votes
1 1 answer
178
178 views
GO Classes asked Jun 17
178 views
A $4:2$ priority encoder has active-high inputs $\mathrm{D}_0,\mathrm{D}_1,\mathrm{D}_2,\mathrm{D}_3$, where $\mathrm{D}_3$ has the highest priority and $\mathrm{D}_0$ ha...
5 5 votes
1 answers 1 answer
2.1k
2.1k views
Arjun asked Jul 2, 2019
2,130 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 4 votes
2 answers 2 answers
5.0k
5.0k views
Arjun asked Jul 2, 2019
5,027 views
Consider the equation $(146)_b +(313)_{b-2} = (246)_8$. Which of the following is the value of $b$?$8$$7$$10$$16$