LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array of std_logic_vector vhdl

Dear all,

 

I have the same problem of the topic:

http://forums.ni.com/t5/LabVIEW/Using-CLIP-with-array-data-problem/m-p/2400076/highlight/true?lang=e...

But it is very old, that is why I have open a new topic.

Could be because Array type is not supported?

Package:

(...)

TYPE vector_of_std_logic IS ARRAY (NATURAL RANGE<>) OF std_logic_vector (15 DOWNTO 0)
(...)

 


Program:

(...)

USE work.package.ALL

(...)

Num_in : IN vector_of_std_logic (0 TO 2)


Thank you in advance.

Best Regards,
Miguel.

0 Kudos
Message 1 of 1
(2,782 Views)