tests: Changed percent atomics to 0 in memtest to fix daily test (#477)
This commit is contained in:
@@ -63,7 +63,7 @@ class MemTest(ClockedObject):
|
||||
percent_reads = Param.Percent(65, "Percentage reads")
|
||||
percent_functional = Param.Percent(50, "Percentage functional accesses")
|
||||
percent_uncacheable = Param.Percent(10, "Percentage uncacheable")
|
||||
percent_atomic = Param.Percent(50, "Percentage atomics")
|
||||
percent_atomic = Param.Percent(0, "Percentage atomics")
|
||||
|
||||
# Determine how often to print progress messages and what timeout
|
||||
# to use for checking progress of both requests and responses
|
||||
|
||||
Reference in New Issue
Block a user