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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [spi_interface/] [rtl/] [verilog/] [top.body] - Rev 135

Compare with Previous | Blame | View Log







 spi_slave spi(.clk   ( clk              ),
               .reset ( reset            ),
               .SCK   ( spi_clk_pad_in   ),
               .MOSI  ( spi_mosi_pad_in  ),
               .MISO  ( spi_miso_pad_out ),
               .SSEL  ( spi_sel_n_pad_in ),
               .rx_data  ( rx_data       ),
               .tx_data  ( tx_data       )
             );


Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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