forked from M-Labs/artiq
kernel_cpu: disable PCU
* contributes to long timing paths on artix 7 (kasli) * currently only used for testing and debugging
This commit is contained in:
parent
ac3c3871d0
commit
529033e016
|
@ -25,9 +25,7 @@ class KernelCPU(Module):
|
|||
self.submodules.cpu = ClockDomainsRenamer("sys_kernel")(
|
||||
mor1kx.MOR1KX(
|
||||
platform,
|
||||
OPTION_RESET_PC=exec_address,
|
||||
FEATURE_PERFCOUNTERS="ENABLED",
|
||||
OPTION_PERFCOUNTERS_NUM=7))
|
||||
OPTION_RESET_PC=exec_address))
|
||||
|
||||
# DRAM access
|
||||
self.wb_sdram = wishbone.Interface()
|
||||
|
|
Loading…
Reference in New Issue