LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IP integration node:::VHDL+LAVIEW FPGA

Solved!
Go to solution

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>

0 Kudos
Message 1 of 5
(2,503 Views)

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.
0 Kudos
Message 2 of 5
(2,453 Views)

@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>

0 Kudos
Message 3 of 5
(2,429 Views)



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>

0 Kudos
Message 4 of 5
(2,423 Views)
Solution
Accepted by mangood

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.

Message 5 of 5
(2,386 Views)