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 |
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 |
next |