CV_Config.h 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /*-----------------------------------------------------------------------------
  2. * Name: CV_Config.h
  3. * Purpose: CV Config header
  4. *----------------------------------------------------------------------------
  5. * Copyright (c) 2017 - 2021 ARM Limited. All rights reserved.
  6. *----------------------------------------------------------------------------*/
  7. #ifndef __CV_CONFIG_H
  8. #define __CV_CONFIG_H
  9. #include "RTE_Components.h"
  10. #include CMSIS_device_header
  11. //-------- <<< Use Configuration Wizard in Context Menu >>> --------------------
  12. // <h> Common Test Settings
  13. // <o> Print Output Format <0=> Plain Text <1=> XML
  14. // <i> Set the test results output format to plain text or XML
  15. #ifndef PRINT_XML_REPORT
  16. #define PRINT_XML_REPORT 0
  17. #endif
  18. // <o> Buffer size for assertions results
  19. // <i> Set the buffer size for assertions results buffer
  20. #define BUFFER_ASSERTIONS 128U
  21. // </h>
  22. // <h> Disable Test Cases
  23. // <i> Uncheck to disable an individual test case
  24. // <q0> TC_CoreInstr_NOP
  25. #define TC_COREINSTR_NOP_EN 1
  26. // <q0> TC_CoreInstr_REV
  27. #define TC_COREINSTR_REV_EN 1
  28. // <q0> TC_CoreInstr_REV16
  29. #define TC_COREINSTR_REV16_EN 1
  30. // <q0> TC_CoreInstr_REVSH
  31. #define TC_COREINSTR_REVSH_EN 1
  32. // <q0> TC_CoreInstr_ROR
  33. #define TC_COREINSTR_ROR_EN 1
  34. // <q0> TC_CoreInstr_RBIT
  35. #define TC_COREINSTR_RBIT_EN 1
  36. // <q0> TC_CoreInstr_CLZ
  37. #define TC_COREINSTR_CLZ_EN 1
  38. // <q0> TC_CoreInstr_Exclusives
  39. #define TC_COREINSTR_EXCLUSIVES_EN 1
  40. // <q0> TC_CoreInstr_SSAT
  41. #define TC_COREINSTR_SSAT_EN 1
  42. // <q0> TC_CoreInstr_USAT
  43. #define TC_COREINSTR_USAT_EN 1
  44. // <q0> TC_CoreAFunc_IRQ
  45. #define TC_COREAFUNC_IRQ 1
  46. // <q0> TC_CoreAFunc_FaultIRQ
  47. #define TC_COREAFUNC_FAULTIRQ 1
  48. // <q0> TC_CoreAFunc_FPSCR
  49. #define TC_COREAFUNC_FPSCR 1
  50. // <q0> TC_CoreAFunc_CPSR
  51. #define TC_COREAFUNC_CPSR 1
  52. // <q0> TC_CoreAFunc_Mode
  53. #define TC_COREAFUNC_MODE 1
  54. // <q0> TC_CoreAFunc_SP
  55. #define TC_COREAFUNC_SP 1
  56. // <q0> TC_CoreAFunc_SP_usr
  57. #define TC_COREAFUNC_SP_USR 1
  58. // <q0> TC_CoreAFunc_FPEXC
  59. #define TC_COREAFUNC_FPEXC 1
  60. // <q0> TC_CoreAFunc_ACTLR
  61. #define TC_COREAFUNC_ACTLR 1
  62. // <q0> TC_CoreAFunc_CPACR
  63. #define TC_COREAFUNC_CPACR 1
  64. // <q0> TC_CoreAFunc_DFSR
  65. #define TC_COREAFUNC_DFSR 1
  66. // <q0> TC_CoreAFunc_IFSR
  67. #define TC_COREAFUNC_IFSR 1
  68. // <q0> TC_CoreAFunc_ISR
  69. #define TC_COREAFUNC_ISR 1
  70. // <q0> TC_CoreAFunc_CBAR
  71. #define TC_COREAFUNC_CBAR 1
  72. // <q0> TC_CoreAFunc_TTBR0
  73. #define TC_COREAFUNC_TTBR0 1
  74. // <q0> TC_CoreAFunc_DACR
  75. #define TC_COREAFUNC_DACR 1
  76. // <q0> TC_CoreAFunc_SCTLR
  77. #define TC_COREAFUNC_SCTLR 1
  78. // <q0> TC_CoreAFunc_ACTRL
  79. #define TC_COREAFUNC_ACTRL 1
  80. // <q0> TC_CoreAFunc_MPIDR
  81. #define TC_COREAFUNC_MPIDR 1
  82. // <q0> TC_CoreAFunc_VBAR
  83. #define TC_COREAFUNC_VBAR 1
  84. // <q0> TC_CoreAFunc_MVBAR
  85. #define TC_COREAFUNC_MVBAR 1
  86. // <q0> TC_CoreAFunc_FPU_Enable
  87. #define TC_COREAFUNC_FPU_ENABLE 1
  88. // <q0> TC_GenTimer_CNTFRQ
  89. #define TC_GENTIMER_CNTFRQ 1
  90. // <q0> TC_GenTimer_CNTP_TVAL
  91. #define TC_GENTIMER_CNTP_TVAL 1
  92. // <q0> TC_GenTimer_CNTP_CTL
  93. #define TC_GENTIMER_CNTP_CTL 1
  94. // <q0> TC_GenTimer_CNTPCT
  95. #define TC_GENTIMER_CNTPCT 1
  96. // <q0> TC_GenTimer_CNTP_CVAL
  97. #define TC_GENTIMER_CNTP_CVAL 1
  98. // <q0> TC_CAL1Cache_EnDisable
  99. #define TC_CAL1CACHE_ENDISABLE 1
  100. // <q0> TC_CAL1Cache_EnDisableBTAC
  101. #define TC_CAL1CACHE_ENDISABLEBTAC 1
  102. // <q0> TC_CAL1Cache_log2_up
  103. #define TC_CAL1CACHE_LOG2_UP 1
  104. // <q0> TC_CAL1Cache_InvalidateDCacheAll
  105. #define TC_CAL1CACHE_INVALIDATEDCACHEALL 1
  106. // <q0> TC_CAL1Cache_CleanDCacheAll
  107. #define TC_CAL1CACHE_CLEANDCACHEALL 1
  108. // <q0> TC_CAL1Cache_CleanInvalidateDCacheAll
  109. #define TC_CAL1CACHE_CLEANINVALIDATEDCACHEALL 1
  110. // </h>
  111. #endif /* __CV_CONFIG_H */