1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/mio/hdl/mio_constants.vh
2020-01-28 18:12:57 -05:00

7 lines
189 B
Systemverilog

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