Hi all,
Is it possible to create a gem5 ruby memory system with more than 256 
directories?
I start getting address range errors:

NotImplementedError: Wrong number or type of arguments for overloaded function 
'new_AddrRange'.
  Possible C/C++ prototypes are:
    AddrRange::AddrRange()
    AddrRange::AddrRange(Addr,Addr,uint8_t,uint8_t,uint8_t,uint8_t)
    AddrRange::AddrRange(Addr,Addr)
    AddrRange::AddrRange(std::vector< AddrRange > const &)

Any pointers on why and from where this limit is getting set will be useful.

I’ll provide some context - Garnet in a standalone mode uses the directories as 
“destination” nodes. I am trying to create networks with more than 256 nodes.

Thanks,
Tushar
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to