to send serial data...

P

Pavan Chakravarthy

Guest
how to send this data in verilog...

I have a problem with the below logic....

at 1st clk

input "a" should give 1 bit output "1"

at 2nd clk

"a" should concatanate this 7 bit output "0000001" and give
"10000001"

at 3rd clk it shoud again coancatenate "1" and should give output
"100000011"

can anyone tell the code for this logic....
 
Pavan Chakravarthy wrote:
how to send this data in verilog...

I have a problem with the below logic....

at 1st clk

input "a" should give 1 bit output "1"

at 2nd clk

"a" should concatanate this 7 bit output "0000001" and give
"10000001"

at 3rd clk it shoud again coancatenate "1" and should give output
"100000011"

can anyone tell the code for this logic....

Do you have a clue what a parallel-load shift register does?
 
Try your homework first before asking for help--you may get a more
favorable response from the community.

A couple of hours in any verilog book would educate you enough to solve
this problem.


Pavan Chakravarthy wrote:
how to send this data in verilog...

I have a problem with the below logic....

at 1st clk

input "a" should give 1 bit output "1"

at 2nd clk

"a" should concatanate this 7 bit output "0000001" and give
"10000001"

at 3rd clk it shoud again coancatenate "1" and should give output
"100000011"

can anyone tell the code for this logic....
 

Welcome to EDABoard.com

Sponsor

Back
Top