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

reconf: introduce a dspin_router_config.h interface file

  • This file contains the possible configuration values for the p_blackhole_pos port. It is meant to b used by software to configure, through the reconf:vci_xicu, the NoC routers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/modules/dspin_router/caba/source/src/dspin_router.cpp

    r883 r886  
    4141
    4242#include "../include/dspin_router.h"
     43#include "dspin_router_config.h"
    4344
    4445namespace soclib { namespace caba {
     
    250251        if ( p_blackhole_pos != NULL )
    251252        {
    252             if (p_blackhole_pos->read() != BH_NONE)
     253            if ( p_blackhole_pos->read() != BH_NONE )
    253254            {
    254255                return recovery_route(xdest, ydest);
Note: See TracChangeset for help on using the changeset viewer.