blob: 02d9a5da451a7fd3e9cd5b1a4943a9f76228ba0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
`ifndef MODEXPNG_ENABLE_DEBUG
`define MODEXPNG_DSP_SLICE modexpng_dsp_slice_wrapper_xilinx
`else
`define MODEXPNG_DSP_SLICE modexpng_dsp_slice_wrapper_generic
`endif
|