sc_spawn.cc (13260:4d18f1d20093) sc_spawn.cc (13267:7997f7b8bede)
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

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

219void
220sc_spawn_options::async_reset_signal_is(
221 const sc_signal_in_if<bool> &iface, bool value)
222{
223 _if_resets.emplace_back(&iface, value, false);
224}
225
226} // namespace sc_core
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

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

219void
220sc_spawn_options::async_reset_signal_is(
221 const sc_signal_in_if<bool> &iface, bool value)
222{
223 _if_resets.emplace_back(&iface, value, false);
224}
225
226} // namespace sc_core
227
228namespace sc_unnamed
229{
230
231ImplementationDefined _1;
232ImplementationDefined _2;
233ImplementationDefined _3;
234ImplementationDefined _4;
235ImplementationDefined _5;
236ImplementationDefined _6;
237ImplementationDefined _7;
238ImplementationDefined _8;
239ImplementationDefined _9;
240
241} // namespace sc_unnamed