Skip to content

Commit

Permalink
axi_mcast_xbar: Add basic multicast logic
Browse files Browse the repository at this point in the history
Basic version of the multicast logic. Demux does not accept any multicast
transaction if there is any outstanding transaction and no transaction is
accepted as long as there is an outstanding multicast transaction.
  • Loading branch information
colluca committed Aug 13, 2022
1 parent bc2ad40 commit a2ab821
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 153 deletions.
3 changes: 2 additions & 1 deletion scripts/run_vsim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ exec_test() {
for Atop in 0; do
# for Exclusive in 0 1; do
for Exclusive in 0; do
for UniqueIds in 0 1; do
# for UniqueIds in 0 1; do
for UniqueIds in 0; do
call_vsim tb_axi_mcast_xbar -gTbNumMst=$NumMst -gTbNumSlv=$NumSlv \
-gTbEnAtop=$Atop -gTbEnExcl=$Exclusive \
-gTbUniqueIds=$UniqueIds
Expand Down
Loading

0 comments on commit a2ab821

Please sign in to comment.