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 Chriss Miller 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: *

  • Users: shredzone
  • Content: Threads
  • Order by date
  1. shredzone

    array section

    This is an elementary question that has been bugging me since sometime. If I pass an array section to a subroutine that declares the corresponding dummy array explicitly would there be a physical copy of the object (assuming the interface of the callee is available to the caller)? Is there an...
  2. shredzone

    mixed language programming issue

    Hi! First I am new to Fortran. I have a situation of C++ class calling fortran function which needs to call back a member function of that class. Below is the code that takes an "ugly" approach. Please let me if there are other better solutions. If not, is it okay to do something like what I...
  3. shredzone

    assigning values to generics

    I am new to VHDL. When instantiating a component I need to assign a value to the generic which depends on another generic parameter declared in the entity. Is some form of conditional assignment possible for generics? I hope the above makes sense.

Part and Inventory Search

Back
Top