Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Mart0024

    Using an array as an input buffer

    Are you trying to convert to a different data type as well? or will your array still be std_logic? if it's still std_logic, use std_logic_vector. Vectors can be indexed just like an array but are more akin to data buses. If you're going to change the data type to something other that...
  2. Mart0024

    Generating an unconstrained array of string from a file

    I'm trying to read in an ascii file and store the individual lines in an array of string (Later I will convert the hex Strings into test vectors for my testbench) but I'm having a problem with resloving the unconstrained array that I want to return from the function. (From what I gather, 2...

Part and Inventory Search

Back
Top