Open ankenman opened 1 year ago
Hi,
Thanks for spotting this issue!
receive_external_requests()
has no fixed transaction size on its own. The memory system (i.e., controller and DRAM) decides the number of bytes transferred per transaction (e.g., m_channel_width
* burst_size).My YAML file is similar to the example provided:
Frontend:
impl: GEM5
Translation:
impl: RandomTranslation
max_addr: 2147483648
MemorySystem:
impl: GenericDRAM
clock_ratio: 4
DRAM:
impl: LPDDR5
org:
preset: LPDDR5_2Gb_x16
channel: 1
rank: 1
timing:
preset: LPDDR5_6400
Controller:
impl: Generic
Scheduler:
impl: FRFCFS
RefreshManager:
impl: AllBank
plugins:
AddrMapper:
impl: RoBaRaCoCh
How would I go about setting m_channel_width
and burst_size?
Hi,
We recently pushed some bug fixes involving state updates and timing parameters in LPDDR5 (#27 and #32). Could you please let us know if these fixes solve your issue? Thanks!
I am having two issues when using LPDDR5 with an external simulator:
ramulator2_frontend->receive_external_requests()
?