Size: a a a

FPGA technical questions

2019 June 24

T

Travis in FPGA technical questions
Synchronous clock domains are phase locked, asynchronous clock domains aren't.
источник

T

Travis in FPGA technical questions
You can provide an external 100MHz clock, and an external 50MHz clock, and tell the tools either that clock A and B are totally separate (no guarantees about their relationship) or that they are locked to some phase offset.
источник
2019 June 25

J

Jesus in FPGA technical questions
Travis
Synchronous clock domains are phase locked, asynchronous clock domains aren't.
You're right
источник

A

Aleksandr Kriukov in FPGA technical questions
Please tell me what i need to read as introduction for understanding how to solve problem of clock domain crossing.
источник

A

Aleksandr Kriukov in FPGA technical questions
If possible can you send links.
источник

AB

Az By in FPGA technical questions
Aleksandr Kriukov
Please tell me what i need to read as introduction for understanding how to solve problem of clock domain crossing.
Google -> Cummings metastability/asynchronous fifos etc
источник

A

Aleksandr Kriukov in FPGA technical questions
There are a lot of no concrete links. And if somebody will send recommendations like this please it is better to keep question unanswered.
источник

A

Aleksandr Kriukov in FPGA technical questions
Sorry that i am so blunt.
источник

AG

Aleksey Golovchenko in FPGA technical questions
Aleksandr Kriukov
There are a lot of no concrete links. And if somebody will send recommendations like this please it is better to keep question unanswered.
источник

AG

Aleksey Golovchenko in FPGA technical questions
there are several articles about CDC and async fifo
источник

AG

Aleksey Golovchenko in FPGA technical questions
and a lot of other excelent papers. Strongly recomend)
источник

A

Aleksandr Kriukov in FPGA technical questions
So good, thanks)
источник

DM

Dnyaneshwar More in FPGA technical questions
Anyone here worked with python camera module
источник

DM

Dnyaneshwar More in FPGA technical questions
With Zynq board
источник

DM

Dnyaneshwar More in FPGA technical questions
I have some doubts regarding this
источник
2019 June 26

J

Jesus in FPGA technical questions
Aleksandr Kriukov
There are a lot of no concrete links. And if somebody will send recommendations like this please it is better to keep question unanswered.
Cummings paper for CDC is like the Bible of CDC
источник

J

Jesus in FPGA technical questions
One question. How would you generate clock jitter in a testbebch?
источник

J

Jesus in FPGA technical questions
I have seen these two ways, but I am not sure if they are the best ways:
источник

J

Jesus in FPGA technical questions
always
#(period/2+$random(-jitter/2,jitter/2) ) clk = ~clk;
источник

J

Jesus in FPGA technical questions
always #(period/2+$dist_uniform(seed,-jitter,jitter)) clk0=~clk0;
источник