From e4218dd08f13a2f4f5f688f5fb03083658bb7705 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:33 -0800 Subject: ruby: Re-enabled orion power models Removed the dummy power function implementations so that Orion can implement them correctly. Since Orion lacks modular design, this patch simply enables scons to compile it. There are no python configuration changes in this patch. --- src/mem/ruby/network/garnet/fixed-pipeline/NetworkLink_d.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mem/ruby/network/garnet/fixed-pipeline/NetworkLink_d.hh') diff --git a/src/mem/ruby/network/garnet/fixed-pipeline/NetworkLink_d.hh b/src/mem/ruby/network/garnet/fixed-pipeline/NetworkLink_d.hh index 6ee1dcdfb..b5c58baa2 100644 --- a/src/mem/ruby/network/garnet/fixed-pipeline/NetworkLink_d.hh +++ b/src/mem/ruby/network/garnet/fixed-pipeline/NetworkLink_d.hh @@ -53,8 +53,8 @@ public: int get_id(){return m_id;} void wakeup(); - double calculate_offline_power(power_bus*) { return 0.0; } - double calculate_power() { return 0.0; } + double calculate_offline_power(power_bus*); + double calculate_power(); inline bool isReady() { -- cgit v1.2.3