cancel
Showing results for 
Search instead for 
Did you mean: 

IP integration node:::VHDL+LAVIEW FPGA

SOLVED
mangood
Active Participant
Solved!

IP integration node:::VHDL+LAVIEW FPGA

Dear members

 can I use a user defined library or package inside IP integration node???

for example library that contain a function  for fixed point operations???

Like

library IEEE;
use IEEE.STD_LOGIC_1164.ALL;

use mustafa.....pkg

 

hi ?Q>

4 REPLIES 4
REDS
NI Employee (retired)

Re: IP integration node:::VHDL+LAVIEW FPGA

Hello mangood,

 

Yes, you should be able to work with user defined libraries by just calling them in your VHDL code.

Regards,
Daniel REDS
RF Systems Engineer

Help us grow.
If a post solves your question, mark it as The Solution.
If a post helps, give Kudos to it.
mangood
Active Participant

Re: IP integration node:::VHDL+LAVIEW FPGA


@REDS wrote:

Hello mangood,

 

Yes, you should be able to work with user defined libraries by just calling them in your VHDL code.


thank you

solved

hi ?Q>

mangood
Active Participant

Re: IP integration node:::VHDL+LAVIEW FPGA

Message contains an image



ok
i forget to  ask 
if i use block memory inside this ip integration node using vhdl 
how can i access same block memory by using LABVIEW_FPGA VI ??

like in figure below

i need to use same memory two time first at ip then use it using labview block vi

timingvhdl.png

 

 

hi ?Q>

Dragis
Active Participant
Solution

Re: IP integration node:::VHDL+LAVIEW FPGA

Unfortunately, there is no way currently to directly access a memory block from both LabVIEW FPGA and an IPIN node. You will need to drop a memory read/write node next to your IPIN node and handle the address and data lines from your IPIN node as ports.