On Thu, December 27, 2012 1:46 am, leonardo wrote: > Hello everyone. > There exist many classes being used in .sm files, but they are not > using constructor with any parameters. I want to use the constructor > with parameters. Is that possible? >
Your statement does not seem correct. State Machines have arguments that are used in their constructors. Similarly there are examples where TBE Table is passed arguments to be used in the constructor. > > OR maybe, is there a method that I can disable the SLICC compiler while > compiling those .cc and .hh files with other tools? > No such method is available in gem5, but it should be possible to modify some SConscript and disable SLICC. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
