Ignore:
Timestamp:
Nov 1, 2018, 12:33:12 PM (5 years ago)
Author:
alain
Message:

Introduce the txt_type and fbf_type (and the associated use_txt_x & use_fbf_* variables)
in arch_info. For Both the C and python files. This was required to support the tsar_generic_leti architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/arch_info/arch_info.h

    r571 r586  
    7171    DEV_TYPE_ROM_SCL   = 0x00010000,
    7272    DEV_TYPE_FBF_SCL   = 0x00020000,
     73    DEV_TYPE_FBF_LTI   = 0x00020001,
    7374    DEV_TYPE_IOB_TSR   = 0x00030000,
    7475    DEV_TYPE_IOC_BDV   = 0x00040000,
     
    8283    DEV_TYPE_TIM_SCL   = 0x00080000,
    8384    DEV_TYPE_TXT_TTY   = 0x00090000,
    84     DEV_TYPE_TXT_MTY   = 0x00090001,
     85    DEV_TYPE_TXT_RS2   = 0x00090001,
     86    DEV_TYPE_TXT_MTY   = 0x00090002,
    8587    DEV_TYPE_ICU_XCU   = 0x000A0000,
    8688    DEV_TYPE_PIC_TSR   = 0x000B0000,
Note: See TracChangeset for help on using the changeset viewer.