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

Subversion Repositories xspi

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /xspi/trunk/rtl/xspi
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

/xspi_cfg.v
1,12 → 1,12
//////////////////////////////////////////////////////////////////////
//// ////
//// Tubo 8051 cores SPI Interface Module ////
//// xSPI Interface Module ////
//// ////
//// This file is part of the Turbo 8051 cores project ////
//// http://www.opencores.org/cores/turbo8051/ ////
//// This file is part of the xspi project ////
//// https://opencores.org/projects/xspi ////
//// ////
//// Description ////
//// Turbo 8051 definitions. ////
//// xspi definitions. ////
//// ////
//// To Do: ////
//// nothing ////
43,17 → 43,17
 
 
 
module spi_cfg (
module xspi_cfg (
 
mclk,
reset_n,
mclk,
reset_n,
 
// Reg Bus Interface Signal
reg_cs,
reg_wr,
reg_addr,
reg_wdata,
reg_be,
reg_cs,
reg_wr,
reg_addr,
reg_wdata,
reg_be,
 
// Outputs
reg_rdata,
/xspi_core.v
1,16 → 1,18
//////////////////////////////////////////////////////////////////////
//// ////
//// Tubo 8051 cores SPI Interface Module ////
//// xSPI Interface Module ////
//// ////
//// This file is part of the Turbo 8051 cores project ////
//// http://www.opencores.org/cores/turbo8051/ ////
//// This file is part of the xspi project ////
//// https://opencores.org/projects/xspi ////
//// ////
//// Description ////
//// Turbo 8051 definitions. ////
//// xspi definitions. ////
//// ////
//// To Do: ////
//// nothing ////
//// ////
//// Version: ////
//// 1.0 - 26th Oct 2019, Initial version ////
//// Author(s): ////
//// - Dinesh Annayya, dinesha@opencores.org ////
//// ////
40,10 → 42,10
//// from http://www.opencores.org/lgpl.shtml ////
//// ////
//////////////////////////////////////////////////////////////////////
module spi_core (
module xspi_core (
 
clk,
reset_n,
clk,
reset_n,
// Reg Bus Interface Signal
reg_cs,
57,10 → 59,10
reg_ack,
 
// line interface
sck ,
so ,
si ,
cs_n
sck ,
so ,
si ,
cs_n
 
);
/xspi_ctl.v
1,12 → 1,12
//////////////////////////////////////////////////////////////////////
//// ////
//// Tubo 8051 cores SPI Interface Module ////
//// xSPI Interface Module ////
//// ////
//// This file is part of the Turbo 8051 cores project ////
//// http://www.opencores.org/cores/turbo8051/ ////
//// This file is part of the xspi project ////
//// https://opencores.org/projects/xspi ////
//// ////
//// Description ////
//// Turbo 8051 definitions. ////
//// xspi definitions. ////
//// ////
//// To Do: ////
//// nothing ////
307,4 → 307,4
end
end // always @(sck_ne
 
endmodule
endmodule
/xspi_if.v
1,12 → 1,12
//////////////////////////////////////////////////////////////////////
//// ////
//// Tubo 8051 cores SPI Interface Module ////
//// xSPI Interface Module ////
//// ////
//// This file is part of the Turbo 8051 cores project ////
//// http://www.opencores.org/cores/turbo8051/ ////
//// This file is part of the xspi project ////
//// https://opencores.org/projects/xspi ////
//// ////
//// Description ////
//// Turbo 8051 definitions. ////
//// xspi definitions. ////
//// ////
//// To Do: ////
//// nothing ////
41,7 → 41,7
//// ////
//////////////////////////////////////////////////////////////////////
 
module spi_if
module xspi_if
(
clk,
reset_n,

powered by: WebSVN 2.1.0

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