Skip to content

Commit 5f5abf1

Browse files
committed
mock-array: drive-by cleanups
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 3654e0e commit 5f5abf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ cd ../../src/mock-array
1212
sbt -Duser.home="$HOME" -Djline.terminal=jline.UnsupportedTerminal -batch \
1313
"test:runMain GenerateMockArray --width ${MOCK_ARRAY_ROWS} --height ${MOCK_ARRAY_COLS} --dataWidth ${MOCK_ARRAY_DATAWIDTH} -- --emit-modules verilog --emission-options disableMemRandomization,disableRegisterRandomization --target-dir ."
1414

15-
# reduce git noise as these comments will change if the line numbers in MockArray.scala changes
15+
# 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/ \/\/.*$//' {} \;

flow/designs/src/mock-array/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MockArray.anno.json
2-
MockArray.fir
1+
*.anno.json
2+
*.fir
33
project/
44
target/
55
.metals/

flow/designs/src/mock-array/src/test/scala/MockArray.scala renamed to flow/designs/src/mock-array/src/main/scala/MockArray.scala

File renamed without changes.

0 commit comments

Comments
 (0)