1. b58f56b systemc: Change how the default timescale is set. by Gabe Black · 6 years ago
  2. 9c56d8a systemc: Simplify sc_time_stamp(). by Gabe Black · 6 years ago
  3. 7fa683a systemc: Implement sc_get_curr_process_handle(). by Gabe Black · 6 years ago
  4. dc599a0 systemc: Print an Info when setting a tracefile's time unit. by Gabe Black · 6 years ago
  5. ebe9b30 systemc: Move some constants out of sc_time.cc for other files to use. by Gabe Black · 6 years ago
  6. 6ab054b systemc: Add a warning to sc_interface::default_event. by Gabe Black · 6 years ago
  7. 18c83f2 systemc: Filter out an Info about delta cycles and pseudo timesteps. by Gabe Black · 6 years ago
  8. 0c3d234 systemc: Check the process type when using sc_join. by Gabe Black · 6 years ago
  9. 2ede803 systemc: Make sure the right type process is running when calling wait. by Gabe Black · 6 years ago
  10. 0f6961d systemc: Add an error check to sc_time. by Gabe Black · 6 years ago
  11. 648b45c systemc: Add some error checks to sc_export. by Gabe Black · 6 years ago
  12. 3d29513 systemc: Implement general and VCD trace support. by Gabe Black · 6 years ago
  13. a503a24 systemc: Don't schedule the ready event unnecessarily. by Gabe Black · 6 years ago
  14. 1e17aca systemc: Fix the implementation of sc_event::triggered. by Gabe Black · 6 years ago
  15. 638293c systemc: Teach verify.py how to verify vcd files. by Gabe Black · 6 years ago
  16. dfd2e76 systemc: Fix the default width values for the various sc_trace-s. by Gabe Black · 6 years ago
  17. c288af7 systemc: Fix a typo in verify.py. by Gabe Black · 6 years ago
  18. 509b1b8 systemc: Add an error check whether an interface is alread bound to a port. by Gabe Black · 6 years ago
  19. 170b9f9 systemc: Add some additional error checks. by Gabe Black · 6 years ago
  20. 56b5284 systemc: Change an error message to match the reference outputs. by Gabe Black · 6 years ago
  21. 568938c mem-cache: Add missing includes in TreePLRU by Daniel · 6 years ago
  22. f54c092 mem: Get rid of some stray lines which ended up in packet.hh. by Gabe Black · 6 years ago
  23. a220301 arch: Explicitly specify the endianness in the generic mem helpers. by Gabe Black · 6 years ago
  24. 657b3ce mips: Use little endian packet accessors. by Gabe Black · 6 years ago
  25. 018651d alpha: Use little endian packet accessors. by Gabe Black · 6 years ago
  26. cc33e2e sparc: Use big endian packet accessors. by Gabe Black · 6 years ago
  27. 9125a43 arm: Use little endian packet accessors. by Gabe Black · 6 years ago
  28. 413b4e7 x86: Use little endian packet accessors. by Gabe Black · 6 years ago
  29. 2b979bd mem: Expose the raw packet accessor functions. by Gabe Black · 6 years ago
  30. 38de206 dev: Include the platform base class even in NULL_ISA builds. by Gabe Black · 6 years ago
  31. 260b0fc syscall_emul: update arm uname release to 3.7.0+ by Ciro Santilli · 6 years ago
  32. a120af8 mem-cache: Factor ReplaceableEntry out by Daniel R. Carvalho · 6 years ago
  33. 7ed25a9 mem-cache: Move sector_blks to tags folder by Daniel R. Carvalho · 6 years ago
  34. 3341bcc mem-cache: Rename blk.cc/hh to cache_blk.cc/hh by Daniel R. Carvalho · 6 years ago
  35. 1b44e88 mem-cache: Virtualize block print by Daniel R. Carvalho · 6 years ago
  36. 160bcba mem-cache: Create Tree-PLRU replacement policy by Daniel R. Carvalho · 6 years ago
  37. 79eccfb mem-cache: Remove CacheSet.hh by Daniel R. Carvalho · 6 years ago
  38. f32882d mem-cache: Split Tags for indexing policies by Daniel R. Carvalho · 6 years ago
  39. 8f58d9f mem-cache: Use set and way for ReplaceableEntry by Daniel R. Carvalho · 6 years ago
  40. d204e56 mem-cache: Use possible locations to find block by Daniel R. Carvalho · 6 years ago
  41. 99a6c94 mem-cache: Create tags initialization function by Daniel R. Carvalho · 6 years ago
  42. 86a54d9 mem-cache: Remove Packet dependency in Tags by Daniel R. Carvalho · 6 years ago
  43. dd01790 systemc: Implement the sc_signal_rv channel and ports. by Gabe Black · 6 years ago
  44. fad9488 systemc: Ignore a gem5 warning about setting the stack size in verify.py. by Gabe Black · 6 years ago
  45. cb85067 systemc: Warn if sc_stop is called more than once. by Gabe Black · 6 years ago
  46. daecb2b systemc: Check whether the simulation is running when creating sensitivities. by Gabe Black · 6 years ago
  47. 164f3e0 systemc: Handle nonstandard cthread sensitivities. by Gabe Black · 6 years ago
  48. 69a40e9 systemc: Change how the scheduler orders processes. by Gabe Black · 6 years ago
  49. f8126c6 systemc: Differentiate between notifying methods and threads. by Gabe Black · 6 years ago
  50. d737358 systemc: Rework how delayed sensitivities are handled. by Gabe Black · 6 years ago
  51. 7bc110c systemc: Refactor sensitivities. by Gabe Black · 6 years ago
  52. 8817e54 systemc: Implement sc_buffer. by Gabe Black · 6 years ago
  53. 402377f systemc: Mark a few more tests as expected to return non-zero. by Gabe Black · 6 years ago
  54. f7a2c41 systemc: Add some error checks to some classes. by Gabe Black · 6 years ago
  55. 1f23ce7 systemc: Add a "kind()" overload to sc_port_base. by Gabe Black · 6 years ago
  56. 5a1ad99 systemc: Implement the sc_*_resolved classes. by Gabe Black · 6 years ago
  57. a41c71b systemc: Implement the sc_clock::time_stamp function. by Gabe Black · 6 years ago
  58. 19fbeb5 systemc: Implement sc_mutex. by Gabe Black · 6 years ago
  59. 055b8df systemc: Implement sc_semaphore. by Gabe Black · 6 years ago
  60. 8454330 systemc: Ensure SC_LONG_64 is defined and available. by Gabe Black · 6 years ago
  61. 960c350 systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN. by Gabe Black · 6 years ago
  62. c8d3cb5 systemc: Stop assuming picoseconds as the time resolution. by Gabe Black · 6 years ago
  63. 86d82df systemc: Keep all pre-init processes on a single list. by Gabe Black · 6 years ago
  64. e4ab67f systemc: Track event sensitivities with a list instead of a set. by Gabe Black · 6 years ago
  65. 110907b systemc: Mostly implememt sc_simcontext. by Gabe Black · 6 years ago
  66. a4b82a8 systemc: Centralize module callbacks and report new warnings. by Gabe Black · 6 years ago
  67. 18ca156 systemc: Change how sc_clock creates processes to match the tests. by Gabe Black · 6 years ago
  68. 442d556 systemc: Implement the deprecated "timed_out" function. by Gabe Black · 6 years ago
  69. c524f21 systemc: Catch exceptions during updates, notifications, and callbacks. by Gabe Black · 6 years ago
  70. 18b2e3b systemc: Report an error if notifying during the update phase. by Gabe Black · 6 years ago
  71. 5a5f768 systemc: Track the scheduler status using an enum instead of bools. by Gabe Black · 6 years ago
  72. 09432ca systemc: Remove a redundant call to update() from the kernel object. by Gabe Black · 6 years ago
  73. 9adc0f8 systemc: Mark a few tests as expected to raise an error. by Gabe Black · 6 years ago
  74. f68502c systemc: Update some defaults in verify.py. by Gabe Black · 6 years ago
  75. 3f37737 systemc: Fortify how exceptions are caught and passed around. by Gabe Black · 6 years ago
  76. 51e3c33 systemc: Merge stderr and stdout when running tests. by Gabe Black · 6 years ago
  77. 5ed90ff systemc: Warn if a process is dont_initialize with no static sensitivieis. by Gabe Black · 6 years ago
  78. dee485f systemc: Report a warning if an event or object needs to be renamed. by Gabe Black · 6 years ago
  79. 8a39209 systemc: Teach verify.py to filter messages which start within a line. by Gabe Black · 6 years ago
  80. 0a81eaa systemc: Implement sc_time::to_string. by Gabe Black · 6 years ago
  81. cdda84f systemc: Match how Accellera schedules processes even more closely. by Gabe Black · 6 years ago
  82. 930386c systemc: Implement the nonstandard halt function. by Gabe Black · 6 years ago
  83. 3808669 configs: Fix CPUClass typo in se.py by Daniel R. Carvalho · 6 years ago
  84. 34975af arch-arm: Add have_crypto System parameter by Giacomo Travaglini · 6 years ago
  85. 8cbb531 cpu: Fix MinorCPU executing Crypto Instructions by Giacomo Travaglini · 6 years ago
  86. dd63d6d arch-arm: AArch64 Crypto AES by Giacomo Travaglini · 6 years ago
  87. 52bab3f arch-arm: AArch64 Crypto SHA by Giacomo Travaglini · 6 years ago
  88. b27545b arch-arm: AArch32 Crypto AES by Matt Horsnell · 6 years ago
  89. dd44f6b arch-arm: AArch32 Crypto SHA by Matt Horsnell · 6 years ago
  90. bb0ab1d dev, arm: remove the RealViewEB platform by Ciro Santilli · 6 years ago
  91. 9145d48 arch-arm: Mark ArmProcess method as override by Matteo Andreozzi · 6 years ago
  92. 027a140 mem-cache: Fix FALRU hash invalidation by Daniel R. Carvalho · 6 years ago
  93. e2c8d06 mem-cache: Make checking function const in FALRU by Daniel R. Carvalho · 6 years ago
  94. 079a16d mem-cache: Make boundaries in FALRU an STL container by Daniel R. Carvalho · 6 years ago
  95. bb007aa mem-cache: Fix FALRU inCachesMask initialization by Daniel R. Carvalho · 6 years ago
  96. df9f298 systemc: Change the default naming scheme to use sc_gen_unique_name. by Gabe Black · 6 years ago
  97. e38594f systemc: "Fix" some error message formatting. by Gabe Black · 6 years ago
  98. 1b3ff4d systemc: Fix a typo/bug in sc_int_base.hh. by Gabe Black · 6 years ago
  99. c7c0475 systemc: Make some tests use cout instead of cerr to report completion. by Gabe Black · 6 years ago
  100. fd0da68 systemc: Copy the msgType and msg parameters of sc_report. by Gabe Black · 6 years ago