Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need the idea how to write the code for shift register

Status
Not open for further replies.

bimsriraj

Junior Member level 1
Joined
Aug 8, 2008
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,393
shift register

i am new bie to the VHDl'
kindly give me the idea hoe to write the code for shift register
 

shift register

Code:
if rising_edge(clk) then
 sr(7 downto 0) <= sr(6 downto 0) & inp;
end if;
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top