sc_prim.cc (12837:413a7b490b1b) sc_prim.cc (12929:6ed4226c66c7)
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

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

129}
130
131void
132sc_prim_channel::next_trigger(double, sc_time_unit, const sc_event_and_list &)
133{
134 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
135}
136
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

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

129}
130
131void
132sc_prim_channel::next_trigger(double, sc_time_unit, const sc_event_and_list &)
133{
134 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
135}
136
137bool
138sc_prim_channel::timed_out()
139{
140 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
141 return false;
142}
143
137void
138sc_prim_channel::wait()
139{
140 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
141}
142
143void
144sc_prim_channel::wait(int)

--- 71 unchanged lines hidden ---
144void
145sc_prim_channel::wait()
146{
147 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
148}
149
150void
151sc_prim_channel::wait(int)

--- 71 unchanged lines hidden ---