----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3473/#review8372 -----------------------------------------------------------
util/systemc/main.cc (line 292) <http://reviews.gem5.org/r/3473/#comment7257> I think this is not the right approach for System 2.3.1. It should be implemented like this: wait(sc_core::sc_time::from_value(wait_period)); - Line 135 checks that gem5 and SystemC have the same time unit. - Please mark changes to SystemC code as _misc_ - Matthias Jung On Mai 26, 2016, 10:13 vorm., Christian Menard wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3473/ > ----------------------------------------------------------- > > (Updated Mai 26, 2016, 10:13 vorm.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > gcc 6.1.1 complained about the call to sc_time being ambiguous > > > Diffs > ----- > > util/systemc/README 54cf9a388a9d > util/systemc/main.cc 54cf9a388a9d > > Diff: http://reviews.gem5.org/r/3473/diff/ > > > Testing > ------- > > The example compiles and runs > > > Thanks, > > Christian Menard > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
