OpenCores
URL https://opencores.org/ocsvn/gpio/gpio/trunk

Subversion Repositories gpio

[/] [gpio/] [trunk/] [bench/] [verilog/] [gpio_mon.v] - Diff between revs 8 and 37

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 8 Rev 37
Line 42... Line 42...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.1  2001/08/21 21:39:27  lampret
 
// Changed directory structure, port names and drfines.
 
//
// Revision 1.2  2001/07/14 20:37:20  lampret
// Revision 1.2  2001/07/14 20:37:20  lampret
// Test bench improvements.
// Test bench improvements.
//
//
// Revision 1.1  2001/06/05 07:45:22  lampret
// Revision 1.1  2001/06/05 07:45:22  lampret
// Added initial RTL and test benches. There are still some issues with these files.
// Added initial RTL and test benches. There are still some issues with these files.
//
//
//
//
 
 
`include "timescale.v"
`include "timescale.v"
 
`include "gpio_defines.v"
 
 
module gpio_mon(gpio_aux, gpio_in, gpio_eclk, gpio_out, gpio_oen);
module gpio_mon(gpio_aux, gpio_in, gpio_eclk, gpio_out, gpio_oen);
 
 
parameter gw = 32;
parameter gw = `GPIO_IOS;
 
 
//
//
// I/O ports
// I/O ports
//
//
output  [gw-1:0] gpio_aux;       // Auxiliary
output  [gw-1:0] gpio_aux;       // Auxiliary

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.