Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-8136

Performance degradation because of incomplete analysis

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Implemented
    • Icon: Low Low
    • Code Generation Tools
    • CODEGEN-218
    • SDSCM00035512
    • Hide
      C6000_8.1.0B1
      C6000_7.4.0B1
      Show
      C6000_8.1.0B1 C6000_7.4.0B1
    • C6000_8.1.0B1
    • Hide
      Write line 183 in this way,
      if(ucAntIndex == 1) //here ucAntIndex == ucAntNum
      loop on 197 is treated as a single trip loop, it is merged with the outer loop on 189 and the whole loop is software pipelined.
      Show
      Write line 183 in this way, if(ucAntIndex == 1) //here ucAntIndex == ucAntNum loop on 197 is treated as a single trip loop, it is merged with the outer loop on 189 and the whole loop is software pipelined.

      Performance degradation because of incomplete analysis

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: