Ignore:
Timestamp:
Jul 3, 2014, 6:04:16 PM (10 years ago)
Author:
alain
Message:

The RAM size (in each cluster) is now defined as a parameter
in the arch.py file (not anymore as a define in the top.cpp).

File:
1 edited

Legend:

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

    r730 r734  
    234234/////////////////////////////////////////////////////////
    235235
    236 // Replicated RAMs : address is incremented by a cluster offset
    237 //     offset  = cluster(x,y) << (address_width-x_width-y_width);
    238 
    239 #define SEG_RAM_BASE          0x0000000000
    240 #define SEG_RAM_SIZE          0x0004000000   // 64 Mbytes
     236// All physical segments base addresses and sizes are defined
     237// in the hard_config.h file. For replicated segments, the
     238// base address is incremented by a cluster offset:
     239// offset  = cluster(x,y) << (address_width-x_width-y_width);
    241240
    242241////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.