salu
Guest
Tue Jul 11, 2006 1:36 pm
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
michaelst@gmail.com
Guest
Wed Jul 12, 2006 7:32 am
Your question cannot be understood. Please explain.
salu wrote:
Quote:
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
sspreddy@gmail.com
Guest
Thu Jul 20, 2006 4:15 pm
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:
Quote:
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