Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
The option is described here:
http://www.altera.com/literature/hb/qts/qsys_intro.pdf on page 7-14. Qsys does not force you to add Clock Crossing Bridge components to your design. You can connect a master from one clock domain to a slave in another clock domain, and Qsys will automatically generate some code for you. This option affects the style of that automatically generated code. My suggestion would be to always add Clock Crossing Bridges yourself and do not rely on Qsys to automatically generate the clock crossing code for you. It will of course work correctly, but it will consume unnecessary resources as each master/slave connection is handled independently. You really should try to have a system topology similar to Figure 10-24 on page 10-35 of this document: http://www.altera.com/literature/hb/qts/qsys_optimize.pdf - Altera_Forum
Honored Contributor
Thanks, thats all.