Hi Giacomo, How many CPUs/caches/directories are you trying to simulate? This looks like you might be hitting a limit on the number of simulated components (controllers/machines).
Another possibility is that somehow the protocol is not constructing a machine id correctly. Did you make any changes to the protocol? Cheers, Jason On Fri, Sep 21, 2018 at 1:36 PM Giacomo Travaglini < [email protected]> wrote: > Hi all, > > I am debugging a configuration error I get when I try to run ruby with a > personal platform: > > gem5.debug: build/ARM_MOESI/mem/ruby/common/NetDest.cc:41: void > NetDest::add(MachineID): Assertion `bitIndex(newElement.num) < > m_bits[vecIndex(newElement)].getSize()' failed. > > I don't have any experience on ruby and the code seems a little bit > cryptic (like the Set class in src/mem/ruby/common/Set.hh, I don't really > know what it models) > > Does anybody know what this means? > > Thanks, > > Giacomo > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. > _______________________________________________ > gem5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/gem5-dev _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
