I. Introduction
With the recent advancements in the area of machine learning, Spiking Neural Networks (SNNs) have gained a lot of attention as they promise better performance and lower energy consumption compared to traditional Convolutional Neural Networks (CNNs). SNNs resemble biological neurons as they utilize discrete spikes to decide whether a neuron is activated, and then propagate the information to other neighbor neurons through their synapses [1]. One approach to implement an SNN is to convert an existing CNN to SNN by mapping the CNN learning parameters to neurons, populations, and synapses. This approach is advantageous as it utilizes well established techniques and frameworks for fast CNN training on GPUs, and has shown promising results [2]. However, prior research works have not investigated the impact of hardware-related parameters on SNN accuracy when deploying a converted SNN on a neuromoprhic platform.