예제 #1
0
Buffer::Buffer()
{
  SetMaxBufferSize(GlobalParams::buffer_depth);
  max_occupancy = 0;
  hold_time = 0.0;
  last_event = 0.0;
  hold_time_sum = 0.0;
  previous_occupancy = 0;
  mean_occupancy = 0.0;
  true_buffer = true;
  full_cycles_counter = 0;
  last_front_flit_seq = NOT_VALID;
}
예제 #2
0
NoximBuffer::NoximBuffer() {
	SetMaxBufferSize(DEFAULT_BUFFER_DEPTH);
}