Fixded Priority Arbitration | Efficient way to CODE RTL #2 #vlsi

preview_player
Показать описание
Namste everyone , in this video I have discussed about fixed priority arbiter,
If you have any doubts in any topic in digital electronics please leave a comment down below , I WILL RESPOND BACK .

Thanks for watching ,PLEASE DO SUBSCRIBE IT WILL HELP ME A LOT to produce more good content for you
Рекомендации по теме
Комментарии
Автор

In the design code, at the end of line 12, use ~(|req_i[i-1:0]) instead of using ~(|grant_o[i-1:0]) might give it a more intuitive logic. Good demonstration.

victorgan
Автор

Vikram Tina Roles top secret good example 😂😂

uditgohil
Автор

could you explain that we should not use for loops in design

RandomPlayer
Автор

Hi, If possible can you make a video on protocols like Pcie, DDR etc

krishnakittu
Автор

This create a circular logic. This should not be used in a design.

SrimanthTenneti
Автор

incorrect coding style, it's a combo loop . output is used as input without using any sequential element i.e flop . Try implemention using a state machine.

Ajay-mwor