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

Subversion Repositories gpio

[/] [gpio/] [tags/] [rel_15/] [rtl/] [verilog/] [gpio_defines.v] - Diff between revs 34 and 52

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

Rev 34 Rev 52
Line 42... Line 42...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.6  2003/11/06 13:59:07  gorand
 
// added support for 8-bit access to registers.
 
//
// Revision 1.2  2003/10/02 18:54:35  simons
// Revision 1.2  2003/10/02 18:54:35  simons
// GPIO signals muxed with other peripherals, higland_board fixed.
// GPIO signals muxed with other peripherals, higland_board fixed.
//
//
// Revision 1.1.1.1  2003/06/24 09:09:23  simons
// Revision 1.1.1.1  2003/06/24 09:09:23  simons
// This files were moved here from toplevel folder.
// This files were moved here from toplevel folder.
Line 174... Line 177...
//
//
// By default it is defined.
// By default it is defined.
//
//
//`define GPIO_STRICT_32BIT_ACCESS
//`define GPIO_STRICT_32BIT_ACCESS
//
//
`ifndef GPIO_STRICT_32BIT_ACCESS
`ifdef GPIO_STRICT_32BIT_ACCESS
 
`else
// added by gorand :
// added by gorand :
// if GPIO_STRICT_32BIT_ACCESS is not defined,
// if GPIO_STRICT_32BIT_ACCESS is not defined,
// depending on number of gpio I/O lines, the following are defined :
// depending on number of gpio I/O lines, the following are defined :
// if the number of I/O lines is in range 1-8,   GPIO_WB_BYTES1 is defined,
// if the number of I/O lines is in range 1-8,   GPIO_WB_BYTES1 is defined,
// if the number of I/O lines is in range 9-16,  GPIO_WB_BYTES2 is defined,
// if the number of I/O lines is in range 9-16,  GPIO_WB_BYTES2 is defined,

powered by: WebSVN 2.1.0

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