mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
8633b09de2
-Not sure the order works here...
7 lines
189 B
Systemverilog
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
|