1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/elink/hdl/elink_constants.vh
2016-02-26 17:15:39 -05:00

7 lines
192 B
Systemverilog

`ifndef ELINK_CONSTANTS_V_
`define ELINK_CONSTANTS_V_
`define CFG_TARGET "XILINX" // default hard macro target
// see also "GENERIC", "ALTERA", "ASIC"
`endif