--FILENAME: wgenerator_SN54LS112_.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. It was written specifically -- to apply test vectors to the model being tested. -- -- ------------------------------------------------------------------ library EVENTS ; use EVENTS.Waves_Interface.all ; use EVENTS.Waves_Port.all ; package wgenerator_SN54LS112 is procedure SN54LS112_Test( signal Connect : inout Waves_Port_List) ; procedure SN54LS112_Test_From_File( signal Connect : out Waves_Port_List ; Input_File_Name : String) ; end wgenerator_SN54LS112 ;