1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/spi/hdl/spi_regmap.v
Andreas Olofsson cbb2ba0279 Adding SPI module
-Work in progress!
2016-01-24 23:41:18 -05:00

14 lines
266 B
Verilog

`ifndef GPIO_REGMAP_V_
`define GPIO_REGMAP_V_
`define SPI_CFG 6'h0
`define SPI_STATUS 6'h1
`define SPI_ILAT 6'h2
`define SPI_IMASK 6'h3
`define SPI_DELAY 6'h4
`define SPI_TX 6'h5
`define SPI_RX 6'h6
`endif // `ifndef GPIO_REGMAP_V_