On Sun, July 24, 2011 12:21 pm, nathan binkert wrote: >> What about all the declarations that appear in >> src/mem/protocol/RubySlicc_Exports.sm? Those are really common to all >> the >> protocols and should be generated only once. Are you suggesting that >> these >> be duplicated as well? > > They are now. I'd love it if we could figure out how to not do that. >
I think SLICC should be changed so that that each protocol's generated files are in separate directory. And the declarations, common across all protocols, are sent to a different directory. This probably means that SLICC maintains these common declarations separate from the protocols themselves. -- Nilay _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
