--- Quote Start ---
--- Quote Start ---
Thanks for your interest so far :).
The main reset signal is called system_reset. I hope the PDF is useful. I doubt you will find anything but here it is ;).
Unfortunately i cannot use Signaltap because the board has no jtag connection.
Hi Stefan,
it looks like that one of my post is mising here.
With the constrain:
set_clock_groups -exclusive -group [get_clocks {clk_50M}]
you cut all paths between the 50 MHz clock an all other clocks. Is that your intention ?
Kind regards
GPK
--- Quote End ---
Yes, exactly. There were a lot of timing violations between the 50MHz clock and the others, so i put the parts that run with 50MHz into a different clock domain. Data is transfered between the clock domains using dual clock FIFOs.
By the way, at the moment my design seems to work, I hope it stays like that.