Update phase param in the .py file for the cpus
--HG-- extra : convert_revision : cd2eb8c00adcb34b8693a4d1a66187927c0f6803
This commit is contained in:
parent
4135dd48ed
commit
ac309071af
1 changed files with 1 additions and 0 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue