ARC: nSIM: hs5x: align sys clock with other SMP nSIM configs
Align SYS_CLOCK_HW_CYCLES_PER_SEC with other SMP nSIM configurations and set it to 1000000. This significantly reduce verification time on HS5x platforms. Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
This commit is contained in:
parent
d651be5d70
commit
39971ad447
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ config NUM_IRQS
|
|||
default 30
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 5000000
|
||||
default 1000000
|
||||
|
||||
config CACHE_MANAGEMENT
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue