//--------------------------------------------------------------------------------------------------
//
// Title       : DAVctl
// Design      : encoder
// Author      : mbari###
// Company     : MBARI
//
//-------------------------------------------------------------------------------------------------
//
// File        : c:\Projects\genosensor\2g\CPLDs\Rvavle\encoder\encoder\src\DAVctl.v
// Generated   : Mon Mar 22 09:24:57 2004
// From        : interface description file
// By          : Itf2Vhdl ver. 1.20
//
//-------------------------------------------------------------------------------------------------
//
// Description : 
//
//-------------------------------------------------------------------------------------------------


//{{ Section below this comment is automatically maintained
//   and may be overwritten
//{module {DAVctl}}
module DAVctl ( Pdata ,DAVin ,RVALVESTATr );

input DAVin ;
wire DAVin ;
input RVALVESTATr ;
wire RVALVESTATr ;

output [7:0] Pdata ;
wire [7:0] Pdata ;

//}} End of automatically maintained section

// -- Enter your statements here -- //

assign Pdata = (RVALVESTATr) ? {7'b0,DAVin} : 8'bz;
endmodule
