Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

PISO (4 bit parallel in serial out shift reigster)

Hello, I'm trying to create a simple 4-bit parallel in and serial out shift register. So far, here is what I have: --- Quote Start --- LIBRARY ieee; USE ieee.std_logic_1164.all; ...