Ignore:
Timestamp:
Nov 16, 2014, 12:50:01 PM (9 years ago)
Author:
cfuguet
Message:

reconf: add test for the recovery routing function on the dspin_router

  • The test performs a reconfiguration of a cycle-free contour around a blackhole in a 3x3 platform. The blackhole (faulty routers) is in the cluster (1,1).
  • Introduce a reconf:xicu driver in the softs directory. For now this driver contains only a getter/setter for the configuration registers in the reconf:vci_xicu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/softs/mach/cpu.h

    r850 r887  
    1414#define CLUSTER_ID_BITS     (X_WIDTH + Y_WIDTH)
    1515#define CLUSTER_OFFSET_BITS (40-CLUSTER_ID_BITS)
     16#define CLUSTER_BASE(x,y)   ((uint64_t)CLUSTER((x),(y)) << CLUSTER_OFFSET_BITS)
    1617
    1718/*
Note: See TracChangeset for help on using the changeset viewer.