Forum Discussion
RichardT_altera
Super Contributor
6 years agoMay I know which device and Quartus version are you using?
You mention that the design does not function property, could you share the details? Any abnormality from the simulation?
- SAbde76 years ago
Occasional Contributor
Also, before asking qu estions about the design and debugging it, would it not be possible to start by answering the question of whether smart compilation guarantees functionality to begin with?
In case it is supposed to guarantee functionality, then the following information may be important:
The parameters I am changing are all declared in a .vh file which is included in all my verilog files. While the .vh file is in the project directory, it is not included in the project. Could it be that Quartus then interprets all files in the project as untouched since the last compilation and therefore skips all of them in the compilation, effectively ignoring the changes in the included .vh file?