We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d75a5 commit b4fc6c8Copy full SHA for b4fc6c8
test/simulate.sh
@@ -23,11 +23,11 @@ call_vsim() {
23
grep "Errors: 0," vsim.log
24
}
25
26
-for PORTS in 1 ; do
27
- for LATENCY in 1 ; do
28
- for WORDS in 1024; do
29
- for DWIDTH in 64; do
30
- 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
31
for BANKS in 1 2 4 8; do
32
call_vsim mem_multibank_pwrgate_tb -gNumPorts=$PORTS -gLatency=$LATENCY -gNumWords=$WORDS -gDataWidth=$DWIDTH -gByteWidth=$BYTEWIDTH -gNumLogicBanks=$BANKS
33
done
0 commit comments