1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/elink/hdl/elink_constants.vh
2020-01-28 18:12:57 -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