I have designed a training model for the breast cancer dataset using floating-point multipliers and adders (adder tree)by storing patient data and weight value for each feature in BRAM for further processing. Some 20% of data is kept stored in the BRAM for testing. My doubt is how to pass testing data to the trained model. I have calculated the weight value for each feature using python script and which is the same for all patients. Please help me in this regard. If I am following the wrong method please suggest me.