Update phase param in the .py file for the cpus

--HG--
extra : convert_revision : cd2eb8c00adcb34b8693a4d1a66187927c0f6803
This commit is contained in:
Ron Dreslinski 2006-11-14 01:13:26 -05:00
parent 4135dd48ed
commit ac309071af

View file

@ -47,6 +47,7 @@ class BaseCPU(SimObject):
"defer registration with system (for sampling)")
clock = Param.Clock(Parent.clock, "clock speed")
phase = Param.Latency("0ns", "clock phase")
_mem_ports = []