neurosim / DNN_NeuroSim_V1.3

Benchmark framework of compute-in-memory based accelerators for deep neural network (inference engine focused)
62 stars 36 forks source link

Fix activityRowRead not scaled by correct number of rows #50

Closed tanner-andrulis closed 8 months ago

tanner-andrulis commented 8 months ago

Previously totalnumRow was set to the input size, which is incorrect with underutilized subarrays. Now set to the total subarray rows.