Forum Discussion
SreekumarR_G_Intel
Frequent Contributor
6 years agoHello all,
Sorry i was caught up into different stuff ,
Actually in synthesis world reg [24:0] pup_count = 25'd0; is doesnt mean anything. if you think how you infer this as hardware i am not sure how to design or i can say there should be some define state to make sure it is set to Logic 0 or 1.
I have to check the LRM and Quartus synthesis tool to confrim by deafult the state of the reg type signal.
Also reg [24:0] pup_count = 25'd0; only used in Simulation not use in synthesis.
Hence if you want your design have valid state at reset kindly consider to use external Reset.
Sorry delay in repsonse again.
Thank you,
Regards,
Sree