Deleted Added
sdiff udiff text old ( 13303:045f002c325c ) new ( 13315:baeb753a3f10 )
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

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

333{
334 ::sc_gem5::newReset(&signal, ::sc_gem5::Process::newest(), false, val);
335}
336
337
338void
339sc_module::dont_initialize()
340{
341 ::sc_gem5::Process::newest()->dontInitialize(true);
342}
343
344void
345sc_module::set_stack_size(size_t size)
346{
347 ::sc_gem5::Process::newest()->setStackSize(size);
348}
349

--- 518 unchanged lines hidden ---