Changeset 569


Ignore:
Timestamp:
Oct 30, 2013, 11:50:11 AM (10 years ago)
Author:
cfuguet
Message:

Bugfix in tsar_generic_iob platform:

  • The memory cache configuration memory segment must be not cacheable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/top.cpp

    r550 r569  
    541541         smemc_conf << "int_seg_memc_conf_" << x << "_" << y;
    542542         maptab_int.add(Segment(smemc_conf.str(), MEMC_BASE+offset, MEMC_SIZE,
    543                      IntTab(cluster(x,y),INT_MEMC_TGT_ID), cacheable, config ));
     543                     IntTab(cluster(x,y),INT_MEMC_TGT_ID), not cacheable, config ));
    544544
    545545         std::ostringstream    smemc_xram;
Note: See TracChangeset for help on using the changeset viewer.