> > Also, how would the default block size be '0' without that problem > changeset?
The M5Port is derived from SimpleTimingPort (mem/tport.hh) which was derived from Port (mem/port.hh) which has a virtual deviceBlockSize function that always set to 0. > If it was 0, doesn't that mean it's not passing the data > from the DMA transfer? It would have to be at least 1? > I'm not sure about this, but I hope to find soon. More than likely some default value is getting set if it see '0' or something invalid (But thats just a guess). -- - Korey _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
