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

Subversion Repositories spimaster

[/] [spimaster/] [trunk/] [RTL/] [spiMaster_defines.v] - Diff between revs 2 and 3

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

Rev 2 Rev 3
Line 3... Line 3...
// Version 1.0 - 3rd June 2008. Fixed synchronisation issue between busClk and
// Version 1.0 - 3rd June 2008. Fixed synchronisation issue between busClk and
//               spiSysClk. Fixed bug in bus accessible reset. Changed names of
//               spiSysClk. Fixed bug in bus accessible reset. Changed names of
//               fifo related modules to avoid conflict with other IP cores.
//               fifo related modules to avoid conflict with other IP cores.
// Version 1.1 - 23rd August 2008. Modified reset synchronisation. Fixed bug
// Version 1.1 - 23rd August 2008. Modified reset synchronisation. Fixed bug
//               in wb_ack. Fixed file headers, and added description
//               in wb_ack. Fixed file headers, and added description
 
// Version 1.2 - 25th October 2008. Modified readWriteSPIWireData to clock data
 
//               from the SPI bus on the rising edge of SCLK. This increases the
 
//               tsetup timing margin when reading SPI data. It turns out that the timing
 
//               was marginal for some SD cards when using a 24Mhz SPI clock.
 
//               Problem was exacerbated by the fact that the design prevents the 
 
//               final SPI interface Flipflops being pushed into the IO blocks.
 
 
`define SPI_MASTER_VERSION_NUM 8'h11
`define SPI_MASTER_VERSION_NUM 8'h12
`define SPI_SYS_CLK_48MHZ
`define SPI_SYS_CLK_48MHZ
//`define SPI_SYS_CLK_30MHZ
//`define SPI_SYS_CLK_30MHZ
 
 
//memoryMap
//memoryMap
`define CTRL_STS_REG_BASE 8'h00
`define CTRL_STS_REG_BASE 8'h00

powered by: WebSVN 2.1.0

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