Remove all binning stuff

--HG--
extra : convert_revision : 6da2b3b0b6c2824f2064d42670fd8383edb7c718
This commit is contained in:
Nathan Binkert
2006-06-10 13:08:43 -04:00
parent f1fab2a446
commit 7af93dbdf6
29 changed files with 672 additions and 1268 deletions

View File

@@ -7,8 +7,6 @@ class System(SimObject):
memctrl = Param.MemoryController(Parent.any, "memory controller")
physmem = Param.PhysicalMemory(Parent.any, "phsyical memory")
init_param = Param.UInt64(0, "numerical value to pass into simulator")
bin = Param.Bool(False, "is this system binned")
binned_fns = VectorParam.String([], "functions broken down and binned")
kernel = Param.String("file that contains the kernel code")
readfile = Param.String("", "file to read startup script from")