Dear all,
I have another question associated with message type and Machine type numbers. 
Please see this code in Network.cc:
switch(size_type) {
      case MessageSizeType_Undefined:
        panic("Can't convert Undefined MessageSizeType to integer");
        break;
      case MessageSizeType_Control:
      case MessageSizeType_Request_Control:
      case MessageSizeType_Reissue_Control:
      case MessageSizeType_Response_Control:
      case MessageSizeType_Writeback_Control:
      case MessageSizeType_Broadcast_Control:
Where is the location of the definition of these mesage types? Also, I searched 
all the files looking for the definition of 'MachineType_NUM' and 
'MachineType_base_number'. However, I didn't find them. Please help me with 
this. Thanks in advance!


-----------------------------------------------------------------------------------------
Lu Hang
Phd Candidate
State Key Laboratory of Computer System and Architecture
Institute of Computing Technology,Chinese Academy of Sciences
Beijing 100190, China
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to