1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/elink/hdl/elink_constants.v

10 lines
261 B
Coq
Raw Permalink Normal View History

2015-06-30 13:32:05 +02:00
`ifndef ELINK_CONSTANTS_V_
`define ELINK_CONSTANTS_V_
2015-06-30 13:32:05 +02:00
2016-01-16 14:42:57 -05:00
//target platform (mutually exclusive)
`define TARGET_XILINX //xilinx specific blocks
//`define TARGET_ALTERA //altera specifics
//`define TARGET_ASIC //asic specific blocks
2015-06-30 13:32:05 +02:00
`endif