iocsr_config.h 774 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Copyright Altera Corporation (C) 2012-2014. All rights reserved
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /* This file is generated by Preloader Generator */
  7. #ifndef _PRELOADER_IOCSR_CONFIG_H_
  8. #define _PRELOADER_IOCSR_CONFIG_H_
  9. #ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5
  10. #define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764)
  11. #define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719)
  12. #define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955)
  13. #define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766)
  14. #endif
  15. #ifdef CONFIG_TARGET_SOCFPGA_ARRIA5
  16. #define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (1337)
  17. #define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719)
  18. #define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (1528)
  19. #define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766)
  20. #endif
  21. #endif /*_PRELOADER_IOCSR_CONFIG_H_*/