> I think SLICC's emitter function emits required .cc and .hh files, which get > removed. I don't know how this happens and I might be wrong over here in my > understanding. SLICC's action function writes these files again, which are > ultimately compiled. Note that SLICC here refers to the Scons' Builder > instantiated in src/mem/protocol/SConscript. I am wondering if it is > possible to retain the files that the emitter function emitted.
At one point I was trying to not have the files generated by the emitter, but things got pretty confused. Given that the files are already generated in the emitter, we could simply change the action function so that it doesn't really do anything. That may perhaps do things well enough. Nate _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
