-- FILE NAME: SN54LS112_TB_.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. -- -- ------------------------------------------------------------------ library SN54LS112; library STD_PACK; use STD_PACK.BASICDEFS.all ; library EVENTS ; use EVENTS.Waves_Interface.all ; use EVENTS.Waves_Port.all ; entity SN54LS112_TB is begin end SN54LS112_TB ;