Deleted Added
sdiff udiff text old ( 13038:7bf84150855b ) new ( 13043:3d8585dabc3e )
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

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

239}
240
241sc_status
242sc_get_status()
243{
244 return ::sc_gem5::kernel ? ::sc_gem5::kernel->status() : SC_ELABORATION;
245}
246
247} // namespace sc_core