1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/elink/hdl/elink_constants.v
Patrik Lindström 4a749bf2d8 timing fixes
2015-07-01 00:14:46 +02:00

13 lines
265 B
Verilog

`ifndef ELINK_CONSTANTS_V_
`define ELINK_CONSTANTS_V_
//These constants are mutually exclusive
`define TARGET_XILINX
`define EPHYCARD
`define CFG_AW 32
`define CFG_DW 32
`define CFG_LW 8
`define CFG_NW 13 /*Number of bytes in the transmission*/
`endif