36a37
> random_seed = Param.Int(1234, "random seed used by the simulation");
44,48d44
< phys_mem = Param.SimpleMemory(NULL, "")
<
< access_backing_store = Param.Bool(False, "Use phys_mem as the functional \
< store and only use ruby for timing.")
<
53c49,52
< number_of_virtual_networks = Param.Unsigned("")
---
> phys_mem = Param.SimpleMemory(NULL, "")
>
> access_backing_store = Param.Bool(False, "Use phys_mem as the functional \
> store and only use ruby for timing.")