//
// Copyright Notice and Proprietary Information
//
// Copyright (C) 1992 - 1995 Synopsys, Inc. All rights reserved. This Software
// and manual are owned by Synopsys, Inc., and may be used only as authorized
// in the license agreement controlling such use. No part of this publication
// may be reproduced, transmitted, or translated, in any form or by any means,
// electronic, mechanical, manual, optical, or otherwise, without prior written
// permission of Synopsys, Inc., or as expressly provided by the license agreement.
//
// Destination Control Statement
//
// All technical data contained in this publication is subject to the export
// control laws of the United States of America. Disclosure to nationals of other
// countries contrary to United States law is prohibited. It is the reader's
// responsibility to determine the applicable regulations and to comply with them.
//
// Disclaimer
//
// Synopsys, Inc., makes no warranty of any kind, express or implied, with regard
// to this material, including, but not limited to, the implied warranties of
// merchantability and fitness for a particular purpose.
//
// Synopsys, Inc., reserves the right to make changes without further notice to
// the products described herein. Synopsys, Inc. does not assume any liability
// arising out of the application or use of any product or circuit described
// herein. The Synopsys products described herein are not authorized for use as
// components in life-support devices.
//
`lmv_timescale
module pcimonitor
(clk,rstnn,ad,cxbenn,par,framenn,trdynn,irdynn,stopnn,devselnn,idsel,perrnn
,serrnn,reqnn,gntnn,locknn,par64,req64nn,ack64nn,sbonn,sdone,intann,intbnn
,intcnn,intdnn,disablemsg);
input clk
;
input rstnn
;
inout [63:0] ad
;
inout [7:0] cxbenn
;
inout par
;
input framenn
;
input trdynn
;
input irdynn
;
input stopnn
;
input devselnn
;
input [7:0] idsel
;
input perrnn
;
input serrnn
;
input [7:0] reqnn
;
inout [7:0] gntnn
;
input locknn
;
input par64
;
input req64nn
;
input ack64nn
;
input sbonn
;
input sdone
;
input intann
;
input intbnn
;
input intcnn
;
input intdnn
;
input disablemsg
;
pcimonitor_fm fm
(clk,rstnn,ad,cxbenn,par,framenn,trdynn,irdynn,stopnn,devselnn,idsel,perrnn
,serrnn,reqnn,gntnn,locknn,par64,req64nn,ack64nn,sbonn,sdone,intann,intbnn
,intcnn,intdnn,disablemsg);
//----------------------------------
//----------------------------------
//-- This block terminates the --
//-- code which will be replaced --
//-- by VGEN on future reruns --
//-- Enter USER code only after --
//-- this comment block --
//----------------------------------
//--**--**--**--**--**--**--**--**--
initial begin : model
//-------------------------------
//-------------------------------
// User model code goes here ----
//-------------------------------
//-------------------------------
end // model
endmodule // pcimonitor
| This page: |
Created: | Thu Aug 19 12:00:37 1999 |
| From: |
../../../sparc_v8/system/lmc/rtl/pcimonitor.v
|