Changeset 614


Ignore:
Timestamp:
Jan 1, 2014, 11:54:12 AM (10 years ago)
Author:
almaless
Message:

almos-tsar-mipsel: fix a typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/almos-tsar-mipsel/top.cpp

    r613 r614  
    274274   size_t   memc_ways        = MEMC_WAYS;
    275275   size_t   xram_latency     = XRAM_LATENCY;
    276    size_t   ram_base         = RAM_BASE;
    277276   size_t   xicu_base        = XICU_BASE;
    278277   size_t   mdma_base        = MDMA_BASE;
     
    564563         std::ostringstream    sconf;
    565564         sconf << "seg_memc_config_" << x << "_" << y;
    566          maptabd.add(Segment(sconf.str(), memc_base + offset, RAM_SIZE,
     565         maptabd.add(Segment(sconf.str(), memc_base + offset, MEMC_SIZE,
    567566                             IntTab(cluster(x,y),MEMC_TGTID), true, true));
    568567
Note: See TracChangeset for help on using the changeset viewer.