Skip to content

Commit b25da0c

Browse files
authored
Merge pull request #83 from tensil-ai/fix-zcu104-arch-py
Fix ZCU104 arch in Pyton (merge error)
2 parents 1d33cfe + 94d1bcb commit b25da0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/tcu_pynq/architecture.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
array_size=32,
5656
dram0_depth=2097152,
5757
dram1_depth=2097152,
58-
local_depth=49152,
59-
accumulator_depth=20480,
58+
local_depth=16384,
59+
accumulator_depth=4096,
6060
simd_registers_depth=1,
6161
stride0_depth=8,
6262
stride1_depth=8,

0 commit comments

Comments
 (0)