mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
10 lines
261 B
Verilog
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
|