Uploaded image for project: 'SURF'
  1. SURF
  2. ESSURF-18

surf.AxiLiteCrossbar: "NULL assignment" critical warning message when 32-bit MUX

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: resolved
    • Icon: Major Major
    • None
    • None

         U_AxiLiteCrossbar_MUX : entity surf.AxiLiteCrossbar
            generic map (
               TPD_G              => TPD_G,
               NUM_SLAVE_SLOTS_G  => 2,
               NUM_MASTER_SLOTS_G => 1,
               MASTERS_CONFIG_G   => (
                  0               => (
                     baseAddr     => (others => '0'),
                     addrBits     => 32,
                     connectivity => X"FFFF")),
               DEBUG_G            => false)
            port map (
               axiClk              => axilClk,               -- [in]
               axiClkRst           => axilRst,               -- [in]
               sAxiWriteMasters    => mLocAxilWriteMasters,  -- [in]
               sAxiWriteSlaves     => mLocAxilWriteSlaves,   -- [out]
               sAxiReadMasters     => mLocAxilReadMasters,   -- [in]
               sAxiReadSlaves      => mLocAxilReadSlaves,    -- [out]
               mAxiWriteMasters(0) => mAxilWriteMaster,      -- [out]
               mAxiWriteSlaves(0)  => mAxilWriteSlave,       -- [in]
               mAxiReadMasters(0)  => mAxilReadMaster,       -- [out]
               mAxiReadSlaves(0)   => mAxilReadSlave);       -- [in]
      

              ruckman Larry Ruckman
              ruckman Larry Ruckman
              Larry Ruckman, Reese, Benjamin A.
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: