On Sun, July 15, 2012 2:05 pm, Anusha wrote:
> Hi,
>
> I receive the following warnings during MOESI_CMP_directory build
>
>  scons build/ALPHA_MOESI_CMP_directory/gem5.opt RUBY=True
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> MOESI_CMP_directory-L2cache.sm:1477: Warning: Unused action:
> w_assertIncomingDataAndCacheDataMatch, Assert that the incoming data and
> the data in the cache match
> MOESI_CMP_directory-L2cache.sm:1496: Warning: Unused action: z_stall,
> Stall
> MOESI_CMP_directory-L1cache.sm:534: Warning: Unused action:
> e_sendDataToL2,
> Send data from cache to requestor
> MOESI_CMP_directory-L1cache.sm:823: Warning: Unused action:
> v_writeDataToCacheVerify, Write data to cache, assert it was same as
> before
> MOESI_CMP_directory-L1cache.sm:857: Warning: Unused action:
> uu_profileMiss,
> Profile the demand miss
> MOESI_CMP_directory-dma.sm:247: Warning: Unused action: z_stall, dma is
> busy..stall
>
>
> build/ALPHA_MOESI_CMP_directory/sim/eventq.hh:64: Warning(401): Base class
> 'Serializable' ignored - unknown module name for base. Either import the
> appropriate module interface file or specify the name of the module in the
> %import directive.
> build/ALPHA_MOESI_CMP_directory/sim/eventq.hh:360: Warning(401): Base
> class
> 'Serializable' ignored - unknown module name for base. Either import the
> appropriate module interface file or specify the name of the module in the
> %import directive.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> gcc version = 4.4.3
> Python = 2.6.5
>
> In the previous mailing list, I did not find any solution to these
> warnings.
>
> I am not clear about the cause of these warnings and the significance of
> it
>

I think you can neglect all of these warnings. It is unlikely that doing
away with these warnings would result in any change in the simulation
output.

--
Nilay

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to