summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-16systemc: Change how the default timescale is set.Gabe Black
2018-10-16systemc: Simplify sc_time_stamp().Gabe Black
2018-10-16systemc: Implement sc_get_curr_process_handle().Gabe Black
2018-10-16systemc: Print an Info when setting a tracefile's time unit.Gabe Black
2018-10-16systemc: Move some constants out of sc_time.cc for other files to use.Gabe Black
2018-10-16systemc: Add a warning to sc_interface::default_event.Gabe Black
2018-10-16systemc: Filter out an Info about delta cycles and pseudo timesteps.Gabe Black
2018-10-16systemc: Check the process type when using sc_join.Gabe Black
2018-10-16systemc: Make sure the right type process is running when calling wait.Gabe Black
2018-10-16systemc: Add an error check to sc_time.Gabe Black
2018-10-16systemc: Add some error checks to sc_export.Gabe Black
2018-10-16systemc: Implement general and VCD trace support.Gabe Black
2018-10-16systemc: Don't schedule the ready event unnecessarily.Gabe Black
2018-10-16systemc: Fix the implementation of sc_event::triggered.Gabe Black
2018-10-16systemc: Teach verify.py how to verify vcd files.Gabe Black
2018-10-16systemc: Fix the default width values for the various sc_trace-s.Gabe Black
2018-10-16systemc: Fix a typo in verify.py.Gabe Black
2018-10-16systemc: Add an error check whether an interface is alread bound to a port.Gabe Black
2018-10-16systemc: Add some additional error checks.Gabe Black
2018-10-16systemc: Change an error message to match the reference outputs.Gabe Black
2018-10-13mem-cache: Add missing includes in TreePLRUDaniel
2018-10-13mem: Get rid of some stray lines which ended up in packet.hh.Gabe Black
2018-10-12arch: Explicitly specify the endianness in the generic mem helpers.Gabe Black
2018-10-12mips: Use little endian packet accessors.Gabe Black
2018-10-12alpha: Use little endian packet accessors.Gabe Black
2018-10-12sparc: Use big endian packet accessors.Gabe Black
2018-10-12arm: Use little endian packet accessors.Gabe Black
2018-10-12x86: Use little endian packet accessors.Gabe Black
2018-10-12mem: Expose the raw packet accessor functions.Gabe Black
2018-10-12dev: Include the platform base class even in NULL_ISA builds.Gabe Black
2018-10-12syscall_emul: update arm uname release to 3.7.0+Ciro Santilli
2018-10-11mem-cache: Factor ReplaceableEntry outDaniel R. Carvalho
2018-10-11mem-cache: Move sector_blks to tags folderDaniel R. Carvalho
2018-10-11mem-cache: Rename blk.cc/hh to cache_blk.cc/hhDaniel R. Carvalho
2018-10-11mem-cache: Virtualize block printDaniel R. Carvalho
2018-10-10mem-cache: Create Tree-PLRU replacement policyDaniel R. Carvalho
2018-10-10mem-cache: Remove CacheSet.hhDaniel R. Carvalho
2018-10-10mem-cache: Split Tags for indexing policiesDaniel R. Carvalho
2018-10-10mem-cache: Use set and way for ReplaceableEntryDaniel R. Carvalho
2018-10-10mem-cache: Use possible locations to find blockDaniel R. Carvalho
2018-10-10mem-cache: Create tags initialization functionDaniel R. Carvalho
2018-10-10mem-cache: Remove Packet dependency in TagsDaniel R. Carvalho
2018-10-09systemc: Implement the sc_signal_rv channel and ports.Gabe Black
2018-10-09systemc: Ignore a gem5 warning about setting the stack size in verify.py.Gabe Black
2018-10-09systemc: Warn if sc_stop is called more than once.Gabe Black
2018-10-09systemc: Check whether the simulation is running when creating sensitivities.Gabe Black
2018-10-09systemc: Handle nonstandard cthread sensitivities.Gabe Black
2018-10-09systemc: Change how the scheduler orders processes.Gabe Black
2018-10-09systemc: Differentiate between notifying methods and threads.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black