parallel in serial out shift register in datapath

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

could anyone help me with the verilog implementation of the PArallel in serial out shift register in datapath

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I already posted a verilog solution to you in your last thread. Have a look here http://www.cypress.com/?app=forum&rID=69759 

   

 

   

Bob

0 Likes
crcac_264396
Level 4
Level 4
First like received

Are you looking from something that is specifically using the datapath? Does it need a parallel hardware load?

   

If so, have a look at the base shifter provided in the component library

   

BShiftReg_v2_10.v

   

Hard to find these some time, on my computer it is here:

   

C:\Program Files (x86)\Cypress\PSoC Creator\2.1\PSoC Creator\psoc\content\CyComponentLibrary\CyComponentLibrary.cylib\BShiftReg_v2_10

0 Likes