//--------------------------------------------------------------------------------------------------
//
// Title       : UnusedPins
// Design      : SleepyPLD
// Author      : SJensen
// Company     : MBARI
//
//-------------------------------------------------------------------------------------------------
//
// File        : C:\Projects\genosensor\2g\CPLDs\Sleepy\SleepyPLD\src\UnusedPins.v
// Generated   : Thu Dec  2 08:16:25 2004
// From        : interface description file
// By          : Itf2Vhdl ver. 1.20
//
//-------------------------------------------------------------------------------------------------
//
// Description : 
//
//-------------------------------------------------------------------------------------------------
`timescale 1ps / 1ps

//{{ Section below this comment is automatically maintained
//   and may be overwritten
//{module {UnusedPins}}
module UnusedPins ( IOCHCHK ,ENDXFR );

output IOCHCHK ;
wire IOCHCHK ;
output ENDXFR ;
wire ENDXFR ;

//}} End of automatically maintained section

// -- Enter your statements here -- //

assign IOCHCHK = 1'bz;
assign ENDXFR = 1'bz;

endmodule
