Hey everyone,
I was trying to limit the size of the flitBuffer.
The default constructor is set *max_size = INFINITE_;*
So, I used the method *setMaxSize(); *to alter the default *max_size *of
the buffer.

During the simulation, I output the current size of the flitBuffer at
 mem/ruby/network/garnet/flitBuffer.hh, at the end of the method ==>  void
insert(flit *flit) , and the current size of the buffer was exceeding the
max_size value.

Is there a way to prevent exceeding the buffer max_size during the
simulation?


Best Regards,
*Eng. Karim Soliman*
Teaching Assistant
Computer Engineering Department
Pharos University in Alexandria (P.U.A)
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to