Forum Discussion

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

VHDL code for PISO shift register using JK

pleasetell me the code for PISO shift register usink JK flip flop..

I have my exama nd i ahve made almost 20 programs, bt i m nt ble to do this one..

please help me with this..

thanks..:) :) :)

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Most HDL programmers would use a behavioral description for the shift register. if you're required to use a structural description with individual FFs, sketch a logic diagram on a piece of paper first. Besides the points already mentioned, you didn't connect a clock to the DFF. Not surprizing, the code does nothing.