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

`globalBusWidth` #22

Open sepehrMSP opened 2 years ago

sepehrMSP commented 2 years ago

Hi, I cannot understand how the globalBusWidth is calculated? globalBusWidth += ((desiredTileSizeCM)+(desiredTileSizeCM)/paramnumColMuxed)*numTileEachLayer[0][i]*numTileEachLayer[1][i];

More specifically, my problem is with this part : (desiredTileSizeCM)/paramnumColMuxed)*numTileEachLayer[0][i]*numTileEachLayer[1][i] @neurosim