キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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>

0 件の賞賛
メッセージ1/5
2,963件の閲覧回数

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 件の賞賛
メッセージ2/5
2,913件の閲覧回数

@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 件の賞賛
メッセージ3/5
2,889件の閲覧回数



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 件の賞賛
メッセージ4/5
2,883件の閲覧回数
解決策
トピック作成者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.

メッセージ5/5
2,846件の閲覧回数