2018-10-03 |
Gabe Black | systemc: Fix a typo/bug in sc_int_base.hh. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Make some tests use cout instead of cerr to... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Copy the msgType and msg parameters of sc_report. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Ensure sc_stop during callbacks actually stops. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Implement the nonstandard at_negedge and at_po... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: When stopping immediately, block new processes... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Teach verify.py to ignore two types of errors. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Mark a test as expected to fail/report an... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Add some error checks to sc_set_default_time_unit. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Mark some tests as expected to fail. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Implement sc_(g|s)et_time_resolution. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Teach verify.py to ignore a new error. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Record that one of the tests will report an... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Report an error if n <= 0 in wait(int n). |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Toggle off clumping methods together in the... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Store timed notifications in a list instead... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Implement sc_fifo::dump and improve sc_fifo... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Implement the << operator for sc_signal. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Implement the "event()" style sc_signal methods. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Add a "changeStamp" value to the scheduler. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Teach verify.py to ignore "In file: *" in... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Adjust some error messages to match Accellera. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Make verify.py filter out some error messages. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Tell verify.py to expect two tests to fail. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Raise an error when SC_METHOD, etc. is used... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Teach verify.py how to expect failing error... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Keep track of more cases when we should be... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: When sensitive to an event finder, find on... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Make Process track whether it's dynamic on... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Track the module who's end_of_elaboration... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: sc_spawn can create static or dynamic processes. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Improve handling of empty process handles. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Ensure all objects and events have unique... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Make sure children of processes are recorded... |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Clamp the time of events to the present. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Implement support for the default time unit. |
commit | commitdiff | tree |
2018-10-03 |
Gabe Black | systemc: Implement most of sc_fifo and its interfaces. |
commit | commitdiff | tree |
2018-10-02 |
Giacomo Travaglini | sim-se: Set ArmProcess64 hwcaps depending on ID regs |
commit | commitdiff | tree |
2018-10-02 |
Giacomo Travaglini | sim-se: Different HWCAP for ArmProcess32/64 |
commit | commitdiff | tree |
2018-10-02 |
Edmund Grimley... | arch-arm: Add FP16 support introduced by Armv8.2-A |
commit | commitdiff | tree |
2018-10-02 |
Gabor Dozsa | arch: Fix unserialization of VectorReg value |
commit | commitdiff | tree |
2018-10-02 |
Edmund Grimley... | arch-arm: Add FP16 support and other primitives to... |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | arch-arm: Implement AArch64 ID regs as bitunions |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | arch-arm: Implement AArch64 ID_AA64MMFR2_EL1 register |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | arch-arm: Move MiscReg BitUnions into a separate header... |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | arch-arm: Init AArch64 ID registers in SE mode |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | cpu: Fix typo in header guard for Noncaching cpu |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | dev-arm: Enable FIQ signaling for Group0 interrupts... |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | dev-arm: Create postFiq events for GICv2 |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | dev-arm: Implement GICv2 GICD_IGROUPR register |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | dev-arm: Fix GICv2 cpu interrupt enable flag |
commit | commitdiff | tree |
2018-10-01 |
Adrien Pesle | dev-arm: Add basic support for level sensitive SPIs... |
commit | commitdiff | tree |
2018-10-01 |
Giacomo Travaglini | sim: Extend (UN)SERIALIZE_ARRAY to BitUnions |
commit | commitdiff | tree |
2018-09-28 |
Giacomo Travaglini | dev-arm: Make CpuLocalTimer use standard ArmInterruptPin |
commit | commitdiff | tree |
2018-09-28 |
Giacomo Travaglini | dev-arm: Take into account PPI enable bit |
commit | commitdiff | tree |
2018-09-28 |
Giacomo Travaglini | arch-arm: raise/clear IRQ when writing to PMOVSCLR/SET |
commit | commitdiff | tree |
2018-09-26 |
Kevin Brodsky | util: Do not use $(PWD) in Makefiles |
commit | commitdiff | tree |
2018-09-26 |
Gabe Black | systemc: Report errors when proc ctrl funcs are called... |
commit | commitdiff | tree |
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 |
next |