Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDDR2 HPC II, automatic load of ..._example_top.sdc?
Hello I recently switched to Quartus II 10.0 and the DDR2 HPC II. I compiled the DDR2 controller, but am using my own toplevel. The example driver is currently not used (I'm using an own test ...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Might be within the .qip file --- Quote End --- Indeed, it is. I found this line: set_global_assignment -name SDC_FILE [file join $::quartus(qip_path) B_example_top.sdc ] Up to now, I was not aware that the .qip was user readable (in fact it's looking very similar as the .qsf file to me). So taking out the unwanted part hopefullya solves the issue. Do you know any limitations editing the .qip file (as they don't really mention this in manuals...)? However the including of the "example_top" files must be a new "feature" (wasn't like this in Quartus II 9.0). In my opinion not very useful, as most people won't use "example top" in their "real" designs... Anyway, thanks for the hint!