Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- If looking at VHDL doesn't help, try looking at the RTL netlist and see where rstSync2 is connected to a flip-flop's clock pin. --- Quote End --- Well, I discovered, that at some registers my reset is used as "clk enable", see attachment. I suppose, the tool did that, because the data comes from a register clocked with 83 MHz to aregister clocked with 50 MHz. (I synchronize the data coming from the 83 MHz part with two 50 MHz registers, before using it.) So, any ideas how I have to constrain rstsync2? Thanks for your support!