Serial In Parallel Out Shift register using a LUT

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

cross mob
Anonymous
Not applicable

Hi

   

I am trying to implement a SIPO shift register using a LUT. Has anyone done this before? I have looked at the document by Xilinx

   

www.xilinx.com/support/documentation/application_notes/xapp465.pdf

   

I do not want to use the Shift register provided in PSoC Creator because the output is only accessible using DMA or CPU but i want to access it in hardware because i need to act on the actually bits to be shifted out.

   

Regards

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

It would be better to use  verilog-programming. Attached is a simple example.

   

Create a new component and use it. there are some videos on constructing components using verilog, have a look at this thread http://www.cypress.com/?app=forum&id=2492&rID=41954

   

 

   

Bob

View solution in original post

0 Likes
7 Replies