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

13 lines
267 B
Coq
Raw Normal View History

2015-06-30 13:32:05 +02:00
`ifndef ELINK_CONSTANTS_V_
`define ELINK_CONSTANTS_V_
2015-04-22 13:56:48 -04:00
//These constants are mutually exclusive
2015-05-07 23:45:36 -04:00
`define TARGET_XILINX
2015-07-02 16:54:31 -04:00
//`define EPHYCARD
2015-05-02 21:30:26 -04:00
`define CFG_AW 32
`define CFG_DW 32
`define CFG_LW 8
`define CFG_NW 13 /*Number of bytes in the transmission*/
2015-06-30 13:32:05 +02:00
`endif