Skip to content

Commit 22a1b37

Browse files
authored
Merge pull request #1346 from Pinata-Consulting/mock-array-cleanup
mock-array: cleanup
2 parents c96388e + 5f5abf1 commit 22a1b37

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

flow/designs/asap7/mock-array/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export IO_CONSTRAINTS = designs/asap7/mock-array/io.tcl
3434

3535
export PDN_TCL = designs/asap7/mock-array/pdn.tcl
3636

37-
export TNS_END_PERCENT = 100
38-
3937
# Target to force generation of Verilog per user settings MOCK_ARRAY_TABLE (rows, cols)
4038
verilog:
4139
export MOCK_ARRAY_ROWS=$(word 1, $(MOCK_ARRAY_TABLE)) ; \

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)