Deleted Added
sdiff udiff text old ( 13260:4d18f1d20093 ) new ( 13267:7997f7b8bede )
full compact
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