[Gems-users] Adding a single controller


Date: Wed, 9 Jul 2008 16:53:34 +0200 (CEST)
From: Héctor Montaner <hmontaner@xxxxxxxxxx>
Subject: [Gems-users] Adding a single controller
Hi,
I would like to add a single special controller to a system, for example
to a 4 chip system. This means that in the network topology we have 5
nodes: 4 chips with 1 L1 per chip and 1 memory controller per chip, and
another chip with the special controller.
The problem is that the compiler asks for a
numberOfSpecial_ControllerPerChip() method in ruby/config/RubyConfig.h.
The thing is that some chips will not have a special controller.
How can I specify controllers whose number is independent of the number of
chips?

In SymbolTable.C (the file that generates the Chip.C), there is something
related to "no_chip_object". Is this something that I should use?

Thanks in advance

Hector

[← Prev in Thread] Current Thread [Next in Thread→]