help me

S

salu

Guest
How to synchronise 10Mhz clk with 200MHz?
can anyone give ans please
and what will happen if i create mux using if else stament then case
synthesis isuue
2> if default will not use in case stament waht will happen
 
Your question cannot be understood. Please explain.
salu wrote:
How to synchronise 10Mhz clk with 200MHz?
can anyone give ans please
and what will happen if i create mux using if else stament then case
synthesis isuue
2> if default will not use in case stament waht will happen
 
1. By using Synchronizers u can achieve that.( Synchronizer(2or 3
level is back to back DFFs)
2. If you use if ..else it will give priority encoder style will be
inferred.
where as if you use case statement. balanced logic mux will be
inferred. (CASE statement is the preferred style)
3. Latches will be inferred if you dont use default in case statement.
( Latch remembers the previous clk period value)

salu wrote:
How to synchronise 10Mhz clk with 200MHz?
can anyone give ans please
and what will happen if i create mux using if else stament then case
synthesis isuue
2> if default will not use in case stament waht will happen
 

Welcome to EDABoard.com

Sponsor

Back
Top