sc_module.cc (12901:72bc9ff65802) sc_module.cc (12909:88127fe770f5)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 357 unchanged lines hidden (view full) ---

366void
367sc_module::wait(double, sc_time_unit, const sc_event_and_list &)
368{
369 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
370}
371
372
373void
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 357 unchanged lines hidden (view full) ---

366void
367sc_module::wait(double, sc_time_unit, const sc_event_and_list &)
368{
369 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
370}
371
372
373void
374sc_module::halt()
375{
376 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
377}
378
379
380void
374next_trigger()
375{
376 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
377}
378
379void
380next_trigger(const sc_event &)
381{

--- 134 unchanged lines hidden (view full) ---

516}
517
518void
519wait(double, sc_time_unit, const sc_event_and_list &)
520{
521 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
522}
523
381next_trigger()
382{
383 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
384}
385
386void
387next_trigger(const sc_event &)
388{

--- 134 unchanged lines hidden (view full) ---

523}
524
525void
526wait(double, sc_time_unit, const sc_event_and_list &)
527{
528 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
529}
530
531void
532halt()
533{
534 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
535}
536
524const char *
525sc_gen_unique_name(const char *)
526{
527 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
528 return "";
529}
530
531bool

--- 22 unchanged lines hidden ---
537const char *
538sc_gen_unique_name(const char *)
539{
540 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
541 return "";
542}
543
544bool

--- 22 unchanged lines hidden ---