Forum Discussion
how to set those parameters of clock crossing bridge?
- 1 year ago
I reviewed some diagrams on the website, and based on what I saw, option 2 is actually the correct setup. The diagrams clearly indicate that option 2 is the proper way to connect.
Thank you!
solution 1: Clock Bridge master <---> NIOS and Clock Bridge slave <--> my IP.
solution 2: Clock Bridge master <---> my IP and Clock Bridge slave <--> NIOS.
At present, I really use solution 2 which is proved to be able to be run correctly in FPGA.
That is why I asked the question again, and ask your conformation.
more information:
NIOS is 80MHz, and my IP is 160MHz.
NIOS will use the bus to write and read register in my IP. so, NIOS should be master and should be the one who initiates the transactions,right?
Are you sure I should choose solution 1 mentioned above?