-- FILE NAME: waves_frames_.vhd -- -- DISCLAIMER -- -- This code is the sole property of the Institute for Technology -- Development (ITD), Jackson, Mississippi, and is distributed for -- the purpose of providing examples of VHDL models written to -- modeling standards. This code may not be used for commercial -- purposes, and may not be redistributed without permission from -- the Institute for Technology Development. ITD assumes no -- responsibility for errors, omissions, uses made, or decisions -- based on its use. No warranties, expressed or implied, are given. -- -- This is a modified IEEE WAVES package. This package was modified -- to handle the logic_mv state/strength value system used in the -- models being tested. -- -- ------------------------------------------------------------------ library EVENTS ; use EVENTS.Waves_Interface.all ; package Waves_Frames is constant Pin_Codes : String := "UX01ZLHW?PN" ; function INPUT_FRAMES return FRAME_SET ; function OUTPUT_FRAMES return FRAME_SET ; function STROBED_OUTPUT_FRAMES(Delay : Event_Time) return FRAME_SET ; end Waves_Frames ;