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

Subversion Repositories spigpio

[/] [spigpio/] [trunk/] [rtl/] [verilog/] [spigpio.v] - Diff between revs 4 and 5

Show entire file | Details | Blame | View Log

Rev 4 Rev 5
Line 41... Line 41...
//// You should have received a copy of the GNU Lesser General    ////
//// You should have received a copy of the GNU Lesser General    ////
//// Public License along with this source; if not, download it   ////
//// Public License along with this source; if not, download it   ////
//// from http://www.opencores.org/lgpl.shtml                     ////
//// from http://www.opencores.org/lgpl.shtml                     ////
////                                                              ////
////                                                              ////
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
////       RTL program for SPI SLAVE -- shift 8 bit register       ////  
////       RTL program for SPI GPIO --                            ////  
 
 
`define         P0_OP           7'b0000000 //0x00
`define         P0_OP           7'b0000000 //0x00
`define         P1_OP           7'b0000001 //0x01
`define         P1_OP           7'b0000001 //0x01
`define         P2_OP           7'b0000010 //0x02
`define         P2_OP           7'b0000010 //0x02
`define         P3_OP           7'b0000011 //0x03
`define         P3_OP           7'b0000011 //0x03

powered by: WebSVN 2.1.0

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