sharak
Newbie level 3
hi all!
I am new to this site. I want to know how to capture a serially coming data to registers bit-wise.
example : data_in is the serial input data synchronized with clock.
reg A should contain the first bit of serial input data
reg B should contain the first bit of serial input data
reg C should contain the first bit of serial input data
How do i program this?
please help me out.
thanks in advance
- - - Updated - - -
*sry
A with first bit
B with second bit
C with third bit
and i need program in verilog language
I am new to this site. I want to know how to capture a serially coming data to registers bit-wise.
example : data_in is the serial input data synchronized with clock.
reg A should contain the first bit of serial input data
reg B should contain the first bit of serial input data
reg C should contain the first bit of serial input data
How do i program this?
please help me out.
thanks in advance
- - - Updated - - -
*sry
A with first bit
B with second bit
C with third bit
and i need program in verilog language