09-14-2013 05:38 PM
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
Solved! Go to Solution.
09-17-2013 03:55 PM
Hello mangood,
Yes, you should be able to work with user defined libraries by just calling them in your VHDL code.
09-21-2013 01:03 PM
@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
09-21-2013 01:15 PM - edited 09-21-2013 01:17 PM
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
09-23-2013 10:41 AM
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.