zoukankan      html  css  js  c++  java
  • Interrouter Signals

    summary of traditional NoC interrouter signals

    summary of SMART interrouter signals

    flit_valid and flit_value denote the valid flag and the flit content, respectively.

    lookahead_route carries the route information for lookahead routing.

    flit_vc_id is no longer needed.

    This is because, in SMART, a VC is selected upon a head flit’s arrival instead of before the arrival ???此处不太明白。

    vnet_id: In order to decide whether it can allow flit bypass, an SSR recipient router needs the virtual network ID to check whether its immediate downstream router has a VC available in the virtual network.

    inject_router_id: If a head flit was allowed to bypass while a body/tail flit was prematurely stopped (due to allocation failure or lack of VC), the router at which the body/tail flit stops should include the original source router (injector) ID in the SSR. Otherwise, downstream routers cannot determine which VC the body/tail flit should use or release.

    head_flit_flag: A head flit can bypass an SSR recipient router only if the immediate downstream router has a free VC. This flag is used for this check. This check is not needed for body and tail flits.

  • 相关阅读:
    UVa 439,Knight Moves
    UVa127,"Accordian" Patience
    UVa11882,Biggest Number
    UVa1599,Ideal Path
    我什么时候才能脱离题解....
    UVa208,Firetruck
    UVa1600,Patrol Robot
    UVa12325, Zombie's Treasure Chest
    随笔
    UVa11054
  • 原文地址:https://www.cnblogs.com/cpsmile/p/8337716.html
Copyright © 2011-2022 走看看