Changeset 569 for trunk/platforms/tsar_generic_iob/top.cpp
- Timestamp:
- Oct 30, 2013, 11:50:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/top.cpp
r550 r569 541 541 smemc_conf << "int_seg_memc_conf_" << x << "_" << y; 542 542 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 )); 544 544 545 545 std::ostringstream smemc_xram;
Note: See TracChangeset
for help on using the changeset viewer.