Skip to content

Commit aea0249

Browse files
committed
mock-array: bump size a bit
The hope is to make read_vcd power metrics more differnt than they are today Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d14e9db commit aea0249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/orfs/mock-array/mock-array.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ POWER_STAGE_STEM = {
125125
# each number is a unit
126126
# current unit is configured as 2.16 which is on the routing grid for M5
127127

128-
MOCK_ARRAY_SCALE = 45
128+
MOCK_ARRAY_SCALE = 60
129129

130130
# Routing pitches for relevant metal layers.
131131
# For x, this is M5; for y, this is M4.

test/orfs/mock-array/src/main/scala/MockArray.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Multiplier extends RawModule {
7878
// reduce output bit-width until we slight negative slack
7979
// and also until we run in a few minutes for fast local
8080
// smoke-testing
81-
io.o := mod.io.o(3, 0)
81+
io.o := mod.io.o(7, 0)
8282
}
8383

8484
class MockArray(width: Int, height: Int, singleElementWidth: Int)

0 commit comments

Comments
 (0)