| 2018-09-26 | Gabe Black | systemc: Abort verify.py if no tests were selected. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Make verify.py run the tests from the director... | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Add a --working-dir option to the test config.py. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Change the test binaries to use rpath. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Handle sc_stop called from sc_main correctly. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Fix some issues with starvation checks. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: When sc_start-ing with zero time, ensure the... | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Fix where we checked if sc_stop was called... | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Make sure methods aren't restarted by yield. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: When a thread completes, yield to the scheduler. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Implement positional binding. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Use sc_assert to check the number of interfaces. | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Get rid of the unused warning function in... | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Use the eq pointer directly less often in... | commit | commitdiff | tree | 
| 2018-09-26 | Gabe Black | systemc: Make sc_process_b less hokey, and make WAIT... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Handle null and omitted event names. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Handle null sc_object names. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Check for time overflow in sc_start. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Handle sc_time_stamp before any sc_time is... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Make the test config retrieve sc_main results. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Keep track of how sc_main completes and expose... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Make the report handler handle null messages. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: If no sc_module_name was used, throw an error. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: If an event is a delta notification, checked... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: If sc_main returns, don't do any more systemc... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Clear out the scheduler more agressively and... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Override notifyWork for timeout/event_and_list... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Make sure no delta cycles are scheduled when... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Make sure an immediate notification overrides... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Improve scheduler cleanup. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Implement most of sc_inout. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Make sc_out delegate to its base class sc_inout. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Generalize gem5 style event scheduling. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Make sure sc_start waits for simulation even... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Rework the init phase for the new way delta... | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Make a test use cout for all its messages. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Implement a significant portion of sc_clock. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Don't run the ready event inline when unpausing. | commit | commitdiff | tree | 
| 2018-09-25 | Gabe Black | systemc: Rework how delta and timed notifications/timeo... | commit | commitdiff | tree | 
| 2018-09-24 | Xianwei Zhang | mem-ruby: Fix a bug in MessageBuffer randomization | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: When sc_start is told to run zero time, do... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Don't run clocked thread processes during... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Track exports and prim channels, and call... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Fix the priority of the maximum time event. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Implement a little more of sc_time. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Teach verify.py to ignore another deprecation... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Generalize ignoring info messages in the refer... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Implement the sc_in class. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Implement port binding except positional binding. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Make BindInfo track ports or interfaces. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Implement sc_event_finder. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Exclude two more tests which have undefined... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Ensure delta notifications happen at the right... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Implement sc_export. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Don't schedule the update phase if the event... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Use an std::list to track all modules. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Track the module in the end_of_elaboration... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Partially implement the sc_signal class template. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Add a nonstandard sc_status pretty printer... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Set the scheduler's event queue earlier. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: "Implement" sc_interface's methods. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Implement a few more member functions for... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Use the new python interface to delay fixing... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Generalize working with the systemc python... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Ignore a warning in the reference test outputs. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Fix the seed used with sc_gen_unique_name... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Implement sc_gen_unique_name. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Always set USE_SYSTEMC=1 when compiling with... | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Make verify.py ignore an Info: message. | commit | commitdiff | tree | 
| 2018-09-20 | Gabe Black | systemc: Adjust a warning to match Accellera. | commit | commitdiff | tree | 
| 2018-09-19 | Brandon Potter | syscall_emul: implement dir-related syscalls | commit | commitdiff | tree | 
| 2018-09-19 | Brandon Potter | syscall_emul: refactor FDEntry and children classes | commit | commitdiff | tree | 
| 2018-09-19 | Brandon Potter | syscall_emul: style changes and FDArray refactor | commit | commitdiff | tree | 
| 2018-09-19 | Brandon Potter | syscall_emul: expand AuxVector class | commit | commitdiff | tree | 
| 2018-09-19 | Ciro Santilli | scons: remove as version check | commit | commitdiff | tree | 
| 2018-09-19 | Daniel R. Carvalho | mem-cache: Fix non-bijective function in Skewed caches | commit | commitdiff | tree | 
| 2018-09-18 | Maurice Becker | dev, arm: fix error class-memaccess with GCC >= 8.1 | commit | commitdiff | tree | 
| 2018-09-18 | Maurice Becker | Pl011: Added registers UART_RSR/UART_ECR | commit | commitdiff | tree | 
| 2018-09-17 | Giacomo Travaglini | mem: Implement QoS Proportional Fair policy | commit | commitdiff | tree | 
| 2018-09-17 | Sherif Elhabbal | config, arm, power: Example to report the power for... | commit | commitdiff | tree | 
| 2018-09-14 | Sherif Elhabbal | power: Add a clock_period variable to power expressions | commit | commitdiff | tree | 
| 2018-09-13 | Earl Ou | Fix SConstruct for asan build | commit | commitdiff | tree | 
| 2018-09-13 | Anouk Van Laer | arch-arm: Correction for address size in EL1&0 translation | commit | commitdiff | tree | 
| 2018-09-13 | Anouk Van Laer | arch-arm: Correction to address size in EL2/EL3 | commit | commitdiff | tree | 
| 2018-09-13 | Nikos Nikoleris | mem-cache: Fix bug in handleAtomicReqMiss | commit | commitdiff | tree | 
| 2018-09-12 | Ciro Santilli | dev-arm: fix build to missing Pl390 to Gicv2 rename | commit | commitdiff | tree | 
| 2018-09-12 | Ciro Santilli | config, dev-arm: Fix UART handling baremetal mode | commit | commitdiff | tree | 
| 2018-09-12 | Ciro Santilli | dev-arm: rename Pl390 to GicV2 | commit | commitdiff | tree | 
| 2018-09-12 | Ciro Santilli | dev-arm: improve Pl390 parameters | commit | commitdiff | tree | 
| 2018-09-12 | Andreas Sandberg | cpu: Replace the fastmem with a new CPU model | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Adjust some whitespace in a print out. | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Make verify.py ignore another warning. | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Make verify.py compare non output log referenc... | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Delete empty/misnamed test reference file. | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Remove some junk test reference files. | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Ensure the terminated event is notified in... | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Make verify.py delete obsolete diff files. | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Make verify.py ignore a warning. | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Teach verify.py to diff files when checking... | commit | commitdiff | tree | 
| 2018-09-11 | Gabe Black | systemc: Add return code verification to verify.py. | commit | commitdiff | tree | 
| next |