Searched refs:write_low_thresh_perc (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A DDRAMCtrl.py94 write_low_thresh_perc = Param.Percent(50, "Threshold to start writes") variable in class:DRAMCtrl
H A Ddram_ctrl.cc83 writeLowThreshold(writeBufferSize * p->write_low_thresh_perc / 100.0),
119 if (p->write_low_thresh_perc >= p->write_high_thresh_perc)
121 "high threshold %d\n", p->write_low_thresh_perc,

Completed in 17 milliseconds