Forum Discussion
Altera_Forum
Honored Contributor
9 years agotiming questions -false path for the experts
Hi, I have a design that has value in it that define the code behavior, let call them: config_reg table_of_vaule 1. because of the nature of those things, they are deep in the design. ...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Can we assume a<=config_reg will be valid, asume config_reg does not change? --- Quote End --- For clock crossing there are two scenarios: If any signal transition from clk1 domain to clk2 domain is designed to be sampled after several clocks periods on clk2 then it is safe. This implies slow signals For faster signals (as well as short pulses) , above cannot be done and a fifo (or handshake) solution is needed.