LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Shift Register Look-up Table (SRL) in LabVIEW FPGA

Hello. Is it posisble to implement a Shift Register Look-up Table (SRL) in LabVIEW FPGA? If yes, how can I implement it?

0 Kudos
Message 1 of 4
(3,122 Views)

two ways.

either use the xilinx tools to generate an IP core that implements a SRL and import it using a CLIP node or implement it yourself in LabVIEW FPGA.  if you do it in LabVIEW, you should consider implementing in VI scoped memory using circular buffer logic

Stu
0 Kudos
Message 2 of 4
(3,090 Views)

Try "FPGA Math->High Throughput Math->Basic Elements->Discrete Delay". That node is mapped precisely to a SRL on FPGA chip.

Message 3 of 4
(3,026 Views)

Nice.  configure for dynamic.  Learn something new every day.

Stu
0 Kudos
Message 4 of 4
(3,009 Views)