systemc: Ignore attempts to throw a signal to a method.
[gem5.git] / src /
2018-10-16 Gabe Blacksystemc: Ignore attempts to throw a signal to a method.
2018-10-16 Gabe Blacksystemc: Remove a redundant injectException for Thread...
2018-10-16 Gabe Blacksystemc: Get rid of the unused Process::_procKind.
2018-10-16 Gabe Blacksystemc: Ignore immediate self notifications.
2018-10-16 Gabe Blacksystemc: Distinguish internal events from normal sc_events.
2018-10-16 Gabe Blacksystemc: Mark a test as expected to fail.
2018-10-16 Gabe Blacksystemc: Use the "catch action" and the handler func...
2018-10-16 Gabe Blacksystemc: Change the default "catch action" to SC_DISPLAY.
2018-10-16 Gabe Blacksystemc: Add an error check to the deprecated notify_de...
2018-10-16 Gabe Blacksystemc: Add a range check to the intial value of sc_se...
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_clock.
2018-10-16 Gabe Blacksystemc: Add an error check to sc_gen_unique_name.
2018-10-16 Gabe Blacksystemc: Detach child events in the Object destructor.
2018-10-16 Gabe Blacksystemc: Report an error if an sc_event_finder is used...
2018-10-16 Gabe Blacksystemc: Implement port binding policies.
2018-10-16 Gabe Blacksystemc: Add some deprecated positional binding operators.
2018-10-16 Gabe Blacksystemc: Keep track of progress when positionally binding.
2018-10-16 Gabe Blacksystemc: Fill out some error reporting in sc_port.
2018-10-16 Gabe Blacksystemc: Run delta notifications in reverse insertion...
2018-10-16 Gabe Blacksystemc: Change how signal based resets work.
2018-10-16 Gabe Blacksystemc: Increment the change stamp value before the...
2018-10-16 Gabe Blacksystemc: Add a simple implementation for sc_mempool.
2018-10-16 Gabe Blacksystemc: Add an sc_gen_unique_name namespace to process...
2018-10-16 Gabe Blacksystemc: Add some error checks to the sc_module constru...
2018-10-16 Gabe Blacksystemc: Change how errors are handled in some construc...
2018-10-16 Gabe Blacksystemc: Add an sc_gem5::Port destructor.
2018-10-16 Gabe Blacksystemc: Change the point where elaboration is consider...
2018-10-16 Gabe Blacksystemc: Implement sc_hierarchical_name_exists.
2018-10-16 Gabe Blacksystemc: Make sure otherwise unnamed events get autogen...
2018-10-16 Gabe Blacksystemc: Fix a typo in one of the error messages.
2018-10-16 Gabe Blacksystemc: Implement writer policies.
2018-10-16 Gabe Blacksystemc: Don't use write() in sc_clock to set the clock...
2018-10-16 Gabe Blacksystemc: Clear the current process when done with the...
2018-10-16 Gabe Blacksystemc: Implement register_port in all the predefined...
2018-10-16 Gabe Blacksystemc: Add missing sc_interface::register_port, and...
2018-10-16 Gabe Blacksystemc: Remove some old warn includes from ext/channel.
2018-10-16 Gabe Blacksystemc: Implement sc_vector.
2018-10-16 Gabe Blacksystemc: Change how the timing of binding ports works.
2018-10-16 Gabe Blacksystemc: Use the stage of simulation and not port size...
2018-10-16 Gabe Blacksystemc: Centralize how object parents are chosen.
2018-10-16 Gabe Blacksystemc: Use c++11 partial functions instead of boosts.
2018-10-16 Gabe Blacksystemc: Filter out a test which breaks rules gem5...
2018-10-16 Gabe Blacksystemc: Add a non-standard sc_time constructor and...
2018-10-16 Gabe Blacksystemc: Modify reportifyException to keep sc_reports...
2018-10-16 Gabe Blacksystemc: Implement the sc_time_tuple class.
2018-10-16 Gabe Blacksystemc: Merge notify and notifyWork and ignore disable...
2018-10-16 Gabe Blacksystemc: Ensure the reset event is notified before...
2018-10-16 Gabe Blacksystemc: Implement signal based resets.
2018-10-16 Gabe Blacksystemc: Implement the synchronous reset state.
2018-10-16 Gabe Blacksystemc: Implement sc_event_queue.
2018-10-16 Gabe Blacksystemc: Remove a hack which scaled sc_time into ps...
2018-10-16 Gabe Blacksystemc: Change how the default timescale is set.
2018-10-16 Gabe Blacksystemc: Simplify sc_time_stamp().
2018-10-16 Gabe Blacksystemc: Implement sc_get_curr_process_handle().
2018-10-16 Gabe Blacksystemc: Print an Info when setting a tracefile's time...
2018-10-16 Gabe Blacksystemc: Move some constants out of sc_time.cc for...
2018-10-16 Gabe Blacksystemc: Add a warning to sc_interface::default_event.
2018-10-16 Gabe Blacksystemc: Filter out an Info about delta cycles and...
2018-10-16 Gabe Blacksystemc: Check the process type when using sc_join.
2018-10-16 Gabe Blacksystemc: Make sure the right type process is running...
2018-10-16 Gabe Blacksystemc: Add an error check to sc_time.
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_export.
2018-10-16 Gabe Blacksystemc: Implement general and VCD trace support.
2018-10-16 Gabe Blacksystemc: Don't schedule the ready event unnecessarily.
2018-10-16 Gabe Blacksystemc: Fix the implementation of sc_event::triggered.
2018-10-16 Gabe Blacksystemc: Teach verify.py how to verify vcd files.
2018-10-16 Gabe Blacksystemc: Fix the default width values for the various...
2018-10-16 Gabe Blacksystemc: Fix a typo in verify.py.
2018-10-16 Gabe Blacksystemc: Add an error check whether an interface is...
2018-10-16 Gabe Blacksystemc: Add some additional error checks.
2018-10-16 Gabe Blacksystemc: Change an error message to match the reference...
2018-10-13 Danielmem-cache: Add missing includes in TreePLRU
2018-10-13 Gabe Blackmem: Get rid of some stray lines which ended up in...
2018-10-12 Gabe Blackarch: Explicitly specify the endianness in the generic...
2018-10-12 Gabe Blackmips: Use little endian packet accessors.
2018-10-12 Gabe Blackalpha: Use little endian packet accessors.
2018-10-12 Gabe Blacksparc: Use big endian packet accessors.
2018-10-12 Gabe Blackarm: Use little endian packet accessors.
2018-10-12 Gabe Blackx86: Use little endian packet accessors.
2018-10-12 Gabe Blackmem: Expose the raw packet accessor functions.
2018-10-12 Gabe Blackdev: Include the platform base class even in NULL_ISA...
2018-10-12 Ciro Santillisyscall_emul: update arm uname release to 3.7.0+
2018-10-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Move sector_blks to tags folder
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
2018-10-10 Daniel R. Carvalhomem-cache: Create Tree-PLRU replacement policy
2018-10-10 Daniel R. Carvalhomem-cache: Remove CacheSet.hh
2018-10-10 Daniel R. Carvalhomem-cache: Split Tags for indexing policies
2018-10-10 Daniel R. Carvalhomem-cache: Use set and way for ReplaceableEntry
2018-10-10 Daniel R. Carvalhomem-cache: Use possible locations to find block
2018-10-10 Daniel R. Carvalhomem-cache: Create tags initialization function
2018-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-10-09 Gabe Blacksystemc: Implement the sc_signal_rv channel and ports.
2018-10-09 Gabe Blacksystemc: Ignore a gem5 warning about setting the stack...
2018-10-09 Gabe Blacksystemc: Warn if sc_stop is called more than once.
2018-10-09 Gabe Blacksystemc: Check whether the simulation is running when...
2018-10-09 Gabe Blacksystemc: Handle nonstandard cthread sensitivities.
2018-10-09 Gabe Blacksystemc: Change how the scheduler orders processes.
2018-10-09 Gabe Blacksystemc: Differentiate between notifying methods and...
next