|
| 1 | +// ================================================================ |
| 2 | +// NVDLA Open Source Project |
| 3 | +// |
| 4 | +// Copyright(c) 2016 - 2017 NVIDIA Corporation. Licensed under the |
| 5 | +// NVDLA Open Hardware License; Check "LICENSE" which comes with |
| 6 | +// this distribution for more information. |
| 7 | +// ================================================================ |
| 8 | + |
| 9 | +// File Name: NV_HWACC_NVDLA_tick_defines.vh |
| 10 | + |
| 11 | +`include "NV_HWACC_common_tick_defines.vh" |
| 12 | +`ifndef NV_HWACC_NVDLA_tick_defines_vh |
| 13 | +`define NV_HWACC_NVDLA_tick_defines_vh |
| 14 | + |
| 15 | +//this section contains IP specific defines |
| 16 | +`ifdef NV_FPGA_SYSTEM |
| 17 | +`ifndef NV_HWACC_NVDLA_SFPGA_UFPGA_EMU |
| 18 | +`define NV_HWACC_NVDLA_SFPGA_UFPGA_EMU |
| 19 | +`endif |
| 20 | +`ifndef NV_HWACC_NVDLA_SFPGA_UFPGA |
| 21 | +`define NV_HWACC_NVDLA_SFPGA_UFPGA |
| 22 | +`endif |
| 23 | +`ifndef NV_HWACC_NVDLA_SFPGA_EMU |
| 24 | +`define NV_HWACC_NVDLA_SFPGA_EMU |
| 25 | +`endif |
| 26 | +`endif |
| 27 | +`ifdef NV_FPGA_UNIT |
| 28 | +`ifndef NV_HWACC_NVDLA_SFPGA_UFPGA_EMU |
| 29 | +`define NV_HWACC_NVDLA_SFPGA_UFPGA_EMU |
| 30 | +`endif |
| 31 | +`ifndef NV_HWACC_NVDLA_SFPGA_UFPGA |
| 32 | +`define NV_HWACC_NVDLA_SFPGA_UFPGA |
| 33 | +`endif |
| 34 | +`ifndef NV_HWACC_NVDLA_UFPGA_EMU |
| 35 | +`define NV_HWACC_NVDLA_UFPGA_EMU |
| 36 | +`endif |
| 37 | +`endif |
| 38 | +`ifdef NV_EMULATION |
| 39 | +`ifndef NV_HWACC_NVDLA_SFPGA_UFPGA_EMU |
| 40 | +`define NV_HWACC_NVDLA_SFPGA_UFPGA_EMU |
| 41 | +`endif |
| 42 | +`ifndef NV_HWACC_NVDLA_SFPGA_EMU |
| 43 | +`define NV_HWACC_NVDLA_SFPGA_EMU |
| 44 | +`endif |
| 45 | +`ifndef NV_HWACC_NVDLA_UFPGA_EMU |
| 46 | +`define NV_HWACC_NVDLA_UFPGA_EMU |
| 47 | +`endif |
| 48 | +`endif |
| 49 | + |
| 50 | +//DEFINES |
| 51 | +//defines shared between system fpga and unit fpga and emulation |
| 52 | +`ifdef NV_HWACC_NVDLA_SFPGA_UFPGA_EMU |
| 53 | +//add defines here |
| 54 | +`endif |
| 55 | + |
| 56 | +//defines shared between system fpga and unit fpga |
| 57 | +`ifdef NV_HWACC_NVDLA_SFPGA_UFPGA |
| 58 | +//add defines here |
| 59 | +`endif |
| 60 | + |
| 61 | +//defines shared between system fpga and emulation |
| 62 | +`ifdef NV_HWACC_NVDLA_SFPGA_EMU |
| 63 | +//add defines here |
| 64 | +`endif |
| 65 | + |
| 66 | +//defines shared between unit fpga and emulation |
| 67 | +`ifdef NV_HWACC_NVDLA_UFPGA_EMU |
| 68 | +//add defines here |
| 69 | +`endif |
| 70 | + |
| 71 | +//defines used only in system fpga |
| 72 | +`ifdef NV_FPGA_SYSTEM |
| 73 | +//add defines here |
| 74 | +`endif |
| 75 | + |
| 76 | +//defines used only in unit fpga |
| 77 | +`ifdef NV_FPGA_UNIT |
| 78 | +//add defines here |
| 79 | +`endif |
| 80 | + |
| 81 | +//defines used only in emulation |
| 82 | +`ifdef NV_EMULATION |
| 83 | +//add defines here |
| 84 | +`endif |
| 85 | + |
| 86 | +`endif //NV_HWACC_NVDLA_tick_defines_vh |
| 87 | + |
0 commit comments