//--------------------------------------------------------------------------------------------------
//
// Title       : RValve_TB
// Design      : U4
// Author      : SJensen
// Company     : MBARI
//
//-------------------------------------------------------------------------------------------------
//
// File        : c:\Projects\genosensor\2g\CPLDs\Rvavle\Rvalve\U4\compile\RValve_TB.v
// Generated   : Mon May  3 12:44:35 2004
// From        : c:\Projects\genosensor\2g\CPLDs\Rvavle\Rvalve\U4\src\RValve_TB.bde
// By          : Bde2Verilog ver. 2.01
//
//-------------------------------------------------------------------------------------------------
//
// Description : 
//
//-------------------------------------------------------------------------------------------------

// synopsys translate_off
`ifdef _VCP
`else
`define library(a,b)
`endif
// synopsys translate_on


// ---------- Design Unit Header ---------- //
`timescale 1ps / 1ps

module RValve_TB ;

// ----------------- Constants ------------ //
parameter DANGLING_INPUT_CONSTANT = 1'bZ;

// ----------- Signal declarations -------- //
wire NET58;
wire NET62;
wire NET66;
wire NET70;
wire NET74;
wire [7:0] BUS78;

// ---- Declaration for Dangling inputs ----//
wire Dangling_Input_Signal = DANGLING_INPUT_CONSTANT;

// -------- Component instantiations -------//

U4 U1
(
	.AD(BUS78),
	.AS(NET58),
	.Mclk(NET70),
	.R0data(Dangling_Input_Signal),
	.R0flg(Dangling_Input_Signal),
	.R1data(Dangling_Input_Signal),
	.R1flg(Dangling_Input_Signal),
	.R2data(Dangling_Input_Signal),
	.R2flg(Dangling_Input_Signal),
	.R3data(Dangling_Input_Signal),
	.R3flg(Dangling_Input_Signal),
	.RD(NET66),
	.Reset(NET74),
	.WR(NET62)
);



MSP U2
(
	.AD(BUS78),
	.AS(NET58),
	.Mclk(NET70),
	.RD(NET66),
	.Reset(NET74),
	.WR(NET62)
);



endmodule 
