hi,
i am trying to run simics with MOESI_SMP_directory protocol,
and it fails with an assert error during init phase...
here are the parameters i am using:
ruby0.setparam g_NUM_PROCESSORS 4
ruby0.setparam g_NUM_L2_BANKS 4
ruby0.setparam g_PROCS_PER_CHIP 1
ruby0.setparam g_NUM_MEMORIES 1
And this is the error i get:
failed assertion 'id < m_nodes' at fn void
SimpleNetwork::checkNetworkAllocation(NodeID, bool, int) in
network/simple/SimpleNetwork.C:202
failed assertion 'id < m_nodes' at fn void
SimpleNetwork::checkNetworkAllocation(NodeID, bool, int) in
network/simple/SimpleNetwork.C:202
Any suggestions about what might be wrong?
thanks
rishi
|