Skip to content

Commit

Permalink
change switch to cu to be 1 in static network
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiz01 committed Jul 29, 2018
1 parent 3473a81 commit c82bb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/param/network/StaticGridNetworkParam.scala
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ case class StaticGridVectorNetworkParam(
channelWidth("src"->"sb", "dst"->"sb") = option[Int]("vlink")

// switch to CU channel width
channelWidth("src"->"sb", "dst"->List("pcu")) = 2
channelWidth("src"->"sb", "dst"->List("pcu")) = 1

// CU to Switch channel width
channelWidth("src"->List("pcu"), "dst"->"sb") = 1

// switch to PMU channel width
channelWidth("src"->"sb", "dst"->List("pmu")) = 2
channelWidth("src"->"sb", "dst"->List("pmu")) = 1

// PMU to Switch channel width
channelWidth("src"->List("pmu"), "dst"->"sb") = 1
Expand Down

0 comments on commit c82bb00

Please sign in to comment.