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 14, 2022
1 parent bc2ad40 commit cb7a57b
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 159 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 cb7a57b

Please sign in to comment.