Ignore:
Timestamp:
Dec 20, 2015, 7:30:47 PM (8 years ago)
Author:
cfuguet
Message:

Improving documentation of the reconfiguration/tsar_generic_iob
platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/top.cpp

    r1015 r1027  
    474474   }
    475475
    476    // Activate Distributed Boot (set by environment variable)
    477    // When this is activated, every processor boots with its instruction and data
    478    // physical address extension register initialized to its cluster index
    479    // (X_LOCAL, Y_LOCAL). To support this feature, a distributed ROM is
    480    // implemented in each cluster.
    481 
    482    const bool distributed_boot = (getenv("DISTRIBUTED_BOOT") != NULL);
    483 
    484476   // checking hardware parameters
    485477   assert( (X_SIZE <= (1 << X_WIDTH)) and
     
    514506             << " - RAM_LATENCY     = " << XRAM_LATENCY << std::endl
    515507             << " - MAX_FROZEN      = " << frozen_cycles << std::endl
    516              << " - DIST_BOOT       = " << distributed_boot << std::endl
    517508             << " - DEBUG_PROCID    = " << debug_proc_id << std::endl
    518509             << " - DEBUG_MEMCID    = " << debug_memc_id << std::endl
     
    11701161                IRQ_PER_PROCESSOR,
    11711162
    1172                 distributed_boot,
    11731163                disable_cluster_procs[x][y],
    11741164
Note: See TracChangeset for help on using the changeset viewer.