Skip to content

Commit

Permalink
[TB]: Add more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 28, 2024
1 parent e7d75a5 commit b4fc6c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/simulate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ call_vsim() {
grep "Errors: 0," vsim.log
}

for PORTS in 1 ; do
for LATENCY in 1 ; do
for WORDS in 1024; do
for DWIDTH in 64; do
for BYTEWIDTH in 9; do
for PORTS in 1 2; do
for LATENCY in 0 1 2; do
for WORDS in 16 256 512 1024; do
for DWIDTH in 1 42 64; do
for BYTEWIDTH in 1 8 9; do
for BANKS in 1 2 4 8; do
call_vsim mem_multibank_pwrgate_tb -gNumPorts=$PORTS -gLatency=$LATENCY -gNumWords=$WORDS -gDataWidth=$DWIDTH -gByteWidth=$BYTEWIDTH -gNumLogicBanks=$BANKS
done
Expand Down

0 comments on commit b4fc6c8

Please sign in to comment.