Forum Discussion
Altera_Forum
Honored Contributor
18 years agoIncremental Compilation shouldn't change the functionality of your HDL. If you're passing a parameter down through your design hierarchy, it doesn't matter if it goes through partitions UNLESS you use the Post-Fit (Strict) netlist type, which ignores changes to source files and keeps prior fitting results.
Have you modified your design and now you're not seeing the correct behavior? How do you know the parameter doesn't take effect? When you ran quartus_map, did you see any messages indicating that your sub-partitions were resynthesized? It could be a bug in the software. If you delete the project database and recompile (with Incremental Compilation), do you see the correct behavior?