Re: [Gems-users] Adding a single controller


Date: Wed, 9 Jul 2008 10:09:57 -0500
From: "Mike Marty" <mike.marty@xxxxxxxxx>
Subject: Re: [Gems-users] Adding a single controller
I believe the numberOf* functions are used in the generated Chip.C file to instantiate controllers.  You could probably return one per chip and then just never interact with the unused controllers

--Mike


On Wed, Jul 9, 2008 at 9:53 AM, Héctor Montaner <hmontaner@xxxxxxxxxx> wrote:
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

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.


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