Forum Discussion
ashbinbabu
New Contributor
1 year agoMAX10 Same Code Fitting Differently Each Time
Hi, We are using MAX10 in our server motherboard. Let's say our code has 3 main sections - A, B and C. Whenever I am making a small change in Section C, the working of Code in Section A and B are ch...
sstrell
Super Contributor
1 year agoAny time code is changed, a new "seed" is used for the compilation which can produce different results. Is something changing that is causing your design to not work when you recompile (timing failure, inappropriate resource usage, etc.)? If so, it may be better to look and try to debug the issue instead of relying on compiling with a seed that meets your requirements.
ashbinbabu
New Contributor
1 year agoLike I said, sometimes simply recompiling without touching the code is also producing different results on fusing to the FPGA. This is what troubles us the most. How can this be avoided? Let us know what settings to use to prevent this.