File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
flow/designs/asap7/mock-array Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd $DIR
1010cd ../../src/mock-array
1111
1212sbt -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
1616find . -name " *.v" -type f -exec sed -i ' s/ \/\/.*$//' {} \;
You can’t perform that action at this time.
0 commit comments