1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/elink/hdl/elink_constants.v
2016-01-16 14:42:57 -05:00

10 lines
261 B
Verilog

`ifndef ELINK_CONSTANTS_V_
`define ELINK_CONSTANTS_V_
//target platform (mutually exclusive)
`define TARGET_XILINX //xilinx specific blocks
//`define TARGET_ALTERA //altera specifics
//`define TARGET_ASIC //asic specific blocks
`endif