mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
cbb2ba0279
-Work in progress!
14 lines
266 B
Verilog
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_
|
|
|