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

Cond register allocated to B side fails software pipelining due to no move being generated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-6453
    • C7000_1.3.0.STS
    • C7000_1.3.0.STS
    • default

      The following will fail to pipeline. Need to wire the cond register to the FUs for this to get the necessary move.

      void foo(int *restrict in1, int *restrict out)
      {
      int i;
      for (i = 0; i < 512; i++)
      {
      int8 v1 = ((int8*)in1)[i];
      if (v1.s7)

      { out[i] = v1.s0; }

      }
      }

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

              Created:
              Updated:
              Resolved: