Forum Discussion
Altera_Forum
Honored Contributor
18 years agoI have look into technology post-fitting view, and found that the shift register I mentioned before was driven by falling edge of pll|clk2. So the TimeQuest report is right.
But I VHDL code is using --- Quote Start --- if(rising_edge(s_ad_sclk)) then s_ad_sdata_shift_reg(i) <= s_ad_sdata_shift_reg(i-1); end if; --- Quote End --- And What I want is rising_edge, what I can do? Also, pls don't forget my senond question described above. Thanks!