Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCompile DSP Builder 9.0 IP in QII 9.1SP2
Hi there, We are using QII 9.1SP2 for our projects but we have an IP created using DSP Builder 9.0 with Matlab 2007. Because Matlab 2007 doesn't work with DSP Builder 9.1, we can't really regen...
Altera_Forum
Honored Contributor
15 years agoIt's possible you could also manually fix the mdlxml file.
You should find some elements in that file like <clockdomain name="..." ... />. Try adding a new attribute resetLatency="0" like this: <clockdomain name="..." resetLatency="0" ... />