Map Functions


Proposal Editing Information

  • Who Updates:
  • Date Proposed:
  • Date Last Updated:
  • Priority:
  • Complexity:
  • Focus: Testbench

Requirement Summary

Related and/or Competing Issues: Protected Type Updates

Issue

Need to map between similar, but not identical records

   type SimpleVGA_Interface is record
      Red            : unresolved_unsigned;
      Green          : unresolved_unsigned;
      Blue           : unresolved_unsigned;
      HorizontalSync : std_ulogic;
      VerticalSync   : std_ulogic;
   end record;

   type VGARGB_Interface is record
      RGB            : unresolved_unsigned;
      HorizontalSync : std_ulogic;
      VerticalSync   : std_ulogic;
   end record;

Proposal

Questions

General Comments

Supporters

Add your signature here to indicate your support for the proposal

Topic revision: r1 - 2020-07-06 - 22:59:50 - JimLewis
 
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback