Skip to content

Commit 2da0e9e

Browse files
committed
mock-array: propagate cols/rows to verilog generation
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 50e48a3 commit 2da0e9e

File tree

1 file changed

+2
-2
lines changed
  • test/orfs/mock-array

1 file changed

+2
-2
lines changed

test/orfs/mock-array/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ fir_library(
226226
],
227227
generator = ":generate_verilog",
228228
opts = [
229-
"--width=8",
230-
"--height=8",
229+
"--width=" + str(cols),
230+
"--height=" + str(rows),
231231
"--dataWidth=64",
232232
"--",
233233
# Imagine Chisel arguments here

0 commit comments

Comments
 (0)