From 31fc398f0641a9dcc9757520e9dc7fd2cce102fb Mon Sep 17 00:00:00 2001 From: Ron Dreslinski Date: Mon, 27 Feb 2006 16:33:11 -0500 Subject: Fixes so that it compiles properly. Still working on .py file issues. SConscript: Add Back memory to be built mem/physical.hh: Fix function declerations python/m5/objects/BaseCPU.py: Remove IL1 and DL1 params from the cpu object --HG-- extra : convert_revision : 2f285dc626bc8d84d095def68e986fe7e6f3d8e9 --- mem/physical.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mem') diff --git a/mem/physical.hh b/mem/physical.hh index fb2d0d743..90515d7d1 100644 --- a/mem/physical.hh +++ b/mem/physical.hh @@ -70,9 +70,9 @@ class PhysicalMemory : public Memory std::map memoryPortList; - Port * PhysicalMemory::getPort(const char *if_name); + virtual Port * getPort(const char *if_name); - Port * addPort(std::string portName); + virtual Port * addPort(std::string portName); int numPorts; -- cgit v1.2.3