Hi folks. My systemc implementation is in pretty good shape, although it's notably missing a way to hook up to the gem5 memory system.
Regardless, I'd like to make a few simple examples/demos which will show the basics of how to use the new support. I was thinking it would be nice to use EXTRAS to build in the sources optionally, and then have a config script alongside the source. There isn't an obvious place to put that sort of thing though, since if I put a file called SConscript inside src/systemc, scons will pick it up always regardless of EXTRAS. Two possible solutions might be to create an "examples" directory at the root, or to use a scons variable to select a particular systemc example to build in, defaulting to none. I like the first option better since it avoids cluttering up the build, but I definitely want to get buy in before I make a new top level directory. Does anyone have a strong opinion? Gabe _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
