2015年10月26日

OMAPL138通过SPI与fpga通讯

摘要: 【1】FPGA端【1.1】顶层模块分为SPI接口、寄存器组、PLL这三个部分。 1 module top( 2 input clkin, 3 4 // spi 5 output arm_spi_miso, 6 input arm_spi_mosi, 7 input arm_spi_cs, 8 inp 阅读全文

posted @ 2015-10-26 14:40 jacob1934 阅读(617) 评论(0) 推荐(0)

导航