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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…