Re: [gem5-users] WriteQueue inDramCtrl

2020-04-14 Thread Wendy Elsasser
Hi Taya, There are 2 thresholds defined for this purpose: - write_high_thresh_perc - write_low_thresh_perc The controller also has a parameter to define the minimum number of writes to issue once the bus has transitioned to the WRITE state. - min_writes_per_switch These are used to determine whe

Re: [gem5-users] WriteQueue inDramCtrl

2020-04-13 Thread bin yamin
If you use DRAMSim2, they have a write queue option that triggers after a threshold. In DRAMCtrl, there is a *.py file somewhere which handles these settings. On Mon, Apr 13, 2020 at 1:27 PM Taya <645505...@qq.com> wrote: > > Hi guys! > I am trying to understand the DRAM in gem5.And I purpose is t