Forum Discussion
Altera_Forum
Honored Contributor
18 years agoDSPBuilder signaltap tuning
Hi, I try to check correction of data from audio codec with signaltap on 2S60 DK. How can I decrease rate of data assigns to signaltap memory in dspbuilder model. I put signaltap block before ...
Altera_Forum
Honored Contributor
18 years agoHi Yan:
During synthesis, sometimes if the clock is not driving other logic in you design, synthesis will remove and/or rename the signal, and then signaltap won't find it. My guess is this is what's happening, When you build a simple clock divider outside of the PLL, it is made up a of register, that feeds back to itself, so it won't get optimized out. and since it's a register, it's easier to find. Inherently there's nothing wrong with using a PLL generated divider. Pete