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

can not find initialization of activityColWrite etc. #40

Closed fishfishfishfishfish closed 1 year ago

fishfishfishfishfish commented 1 year ago

Hello! It seems that the activityColWrite, activityRowWrite of SubArray class are not initialized or assigned a value anywhere. Could you please tell me the meaning of these variables? Thank you! @alu75

neurosim commented 1 year ago

Hi! These two variables can be ignored because they are prepared for the training version. For this inference version, we assume all the parameters have been pre-programmed/written into the memory array, and only reading is needed to do the computation for inference.