mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
4c44c59079
-More testing needed!
27 lines
577 B
Verilog
27 lines
577 B
Verilog
//MEMORY MAP
|
|
//Group set with bits 19:16
|
|
|
|
//Epiphany Register Memory Map
|
|
`define EGROUP_MMR 4'hE
|
|
`define EGROUP_RXMMU 4'hD
|
|
`define EGROUP_TXMMU 4'hC
|
|
|
|
//ELINK REGISTERS addr[6:2]
|
|
`define ELRESET 5'h0 //E0000
|
|
`define ELCLK 5'h1 //E0004
|
|
`define ELTX 5'h2 //E0008
|
|
`define ELRX 5'h3 //E000C
|
|
`define ELCOREID 5'h4 //E0010
|
|
`define ELVERSION 5'h5 //E0014
|
|
`define ELDATAIN 5'h6 //E0018
|
|
`define ELDATAOUT 5'h7 //E001C
|
|
`define ELDEBUG 5'h8 //E0020
|
|
`define EMBOXLO 5'h9 //E0024
|
|
`define EMBOXHI 5'hA //E0028
|
|
|
|
//RX MMU addr[15:0]
|
|
|
|
//TX MMU addr[15:0]
|
|
|
|
|