summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-15systemc: Add the deprecated sc_module::end_module function.Gabe Black
2018-08-15systemc: Construct and manage a module name stack.Gabe Black
2018-08-15systemc: Make sc_main run in its own fiber.Gabe Black
2018-08-15systemc: Implement some simple accessor functions in sc_main.cc.Gabe Black
2018-08-15systemc: Add some missing functions which interact with the scheduler.Gabe Black
2018-08-10base: Replace cppversion == version with >= versionBradley
2018-08-10cpu: Add hash functionality for RegId classBradley Wang
2018-08-10cpu: Removed unnecessary file reg_class_impl.hhBradley Wang
2018-08-10arm: Add support for RCpc load-acquire instructions (ARMv8.3)Giacomo Gabrielli
2018-08-08systemc: Import tests from the Accellera systemc distribution.Gabe Black
2018-08-08systemc: Add the Accellera implementation for the data type classes.Gabe Black
2018-08-08Systemc: Port over all of the systemc "datatype" headers.Gabe Black
2018-08-08systemc: Stub out all the standard utilility classes and functions.Gabe Black
2018-08-02arch-arm: Don't fail to initialise PMU if BP is missingAndreas Sandberg
2018-07-28arch-riscv: Add xret instructionsAlec Roelke
2018-07-28arch-riscv: Add support for trap value registerAlec Roelke
2018-07-28arch-riscv: Add support for fault handlingAlec Roelke
2018-07-26base: Fix ucontext compilation error for macOSGiacomo Travaglini
2018-07-25cpu: Warn when (un)serializing a traffic generatorGiacomo Travaglini
2018-07-25cpu: Allow creation of traffic gen from generic SimObjectsGiacomo Travaglini
2018-07-25mem-cache: TempCacheBlk allocates and destroys its own dataRobert Kovacsics
2018-07-24systemc: Flesh out the sc_port implementation slightly.Gabe Black
2018-07-24systemc: Stub out the predefined channels.Gabe Black
2018-07-24systemc: Add systemc and systemc.h header files.Gabe Black
2018-07-24systemc: Stub out the sc_spawn related classes and functions.Gabe Black
2018-07-24systemc: Stub out the sc_process_handle class.Gabe Black
2018-07-24systemc: Seperate the "external" header interface.Gabe Black
2018-07-24systemc: Stub out the sc_module class and related functions.Gabe Black
2018-07-24systemc: Add a stubbed out implementation of the sc_sensitive class.Gabe Black
2018-07-24systemc: Add a stub implementation for sc_attr related classes.Gabe Black
2018-07-24cpu-o3: Missing freeing the heads of DepGraph in IQ squashingHanhwi Jang
2018-07-23systemc: Add a stubbed out sc_event_finder class.Gabe Black
2018-07-23systemc: Implement a stub version of the sc_prim class.Gabe Black
2018-07-23systemc: Add stubbed out versions of sc_port and sc_export.Gabe Black
2018-07-23systemc: Add stubbed out versions of sc_event and related classes.Gabe Black
2018-07-23systemc: Add stubbed out versions of the sc_time functions.Gabe Black
2018-07-23systemc: Add the sc_nbdefs.hh header from Accellera.Gabe Black
2018-07-23systemc: Add a stub version of the sc_interface class.Gabe Black
2018-07-23systemc: Hook up sc_main.Gabe Black
2018-07-23systemc: Partially implement the sc_module_name class.Gabe Black
2018-07-23mem: Rename Packet::checkFunctional to trySatisfyFunctionalRobert Kovacsics
2018-07-20mem: Removed "using namespace std;" from src/mem/packet.ccRobert Kovacsics
2018-07-19mem: Fix off-by-one error in checkFunctional, and simplify itRobert Kovacsics
2018-07-19mem-cache: Typo in comment: 'proceed' -> 'precede'Robert Kovacsics
2018-07-17dev, arm: accept and ignore writes to GIC APRn registersCiro Santilli
2018-07-16systemc: Add a stub kernel SimObject.Gabe Black
2018-07-16systemc: Add a stubbed out sc_object class.Gabe Black
2018-07-16arch-arm: Introduce ARMv8.1 Virtual Timer System RegistersGiacomo Travaglini
2018-07-16arch-arm: Introduce RAS System RegistersGiacomo Travaglini
2018-07-13cpu: Add a Python-enabled traffic generatorAndreas Sandberg