Discussion:
help me
(too old to reply)
salu
2006-07-11 13:36:09 UTC
Permalink
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
m***@gmail.com
2006-07-12 07:32:01 UTC
Permalink
Your question cannot be understood. Please explain.
Post by salu
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
s***@gmail.com
2006-07-20 16:15:15 UTC
Permalink
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)
Post by salu
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
Loading...