Skip to content

Commit d7f74ac

Browse files
committed
mock-array: fix make verilog gaffe mixing rows and cols
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 3990f5f commit d7f74ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/asap7/mock-array/verilog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd $DIR
1010
cd ../../src/mock-array
1111

1212
sbt -Duser.home="$HOME" -Djline.terminal=jline.UnsupportedTerminal -batch \
13-
"test:runMain GenerateMockArray --width ${MOCK_ARRAY_ROWS} --height ${MOCK_ARRAY_COLS} --dataWidth ${MOCK_ARRAY_DATAWIDTH} -- --emit-modules verilog --emission-options disableMemRandomization,disableRegisterRandomization --target-dir ."
13+
"test:runMain GenerateMockArray --width ${MOCK_ARRAY_COLS} --height ${MOCK_ARRAY_ROWS} --dataWidth ${MOCK_ARRAY_DATAWIDTH} -- --emit-modules verilog --emission-options disableMemRandomization,disableRegisterRandomization --target-dir ."
1414

1515
# reduce git noise as these comments will change if the line numbers in Chisel changes
1616
find . -name "*.v" -type f -exec sed -i 's/ \/\/.*$//' {} \;

0 commit comments

Comments
 (0)