index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
systemc
/
core
/
kernel.cc
Age
Commit message (
Expand
)
Author
2018-11-09
systemc: Seperate out the sc_main fiber and its bookkeeping.
Gabe Black
2018-10-16
systemc: Change the point where elaboration is considered over.
Gabe Black
2018-10-16
systemc: Add missing sc_interface::register_port, and add calls to it.
Gabe Black
2018-10-09
systemc: Rework how delayed sensitivities are handled.
Gabe Black
2018-10-09
systemc: Centralize module callbacks and report new warnings.
Gabe Black
2018-10-09
systemc: Catch exceptions during updates, notifications, and callbacks.
Gabe Black
2018-10-09
systemc: Remove a redundant call to update() from the kernel object.
Gabe Black
2018-10-03
systemc: Ensure sc_stop during callbacks actually stops.
Gabe Black
2018-10-03
systemc: Track the module who's end_of_elaboration callback we're in.
Gabe Black
2018-09-26
systemc: Fix where we checked if sc_stop was called durig elaboration.
Gabe Black
2018-09-25
systemc: If sc_main returns, don't do any more systemc stuff.
Gabe Black
2018-09-25
systemc: Rework the init phase for the new way delta notes are handled.
Gabe Black
2018-09-20
systemc: Track exports and prim channels, and call their callbacks.
Gabe Black
2018-09-20
systemc: Implement port binding except positional binding.
Gabe Black
2018-09-20
systemc: Track the module in the end_of_elaboration callback.
Gabe Black
2018-09-20
systemc: Set the scheduler's event queue earlier.
Gabe Black
2018-09-11
systemc: Make some functions of the kernel static.
Gabe Black
2018-09-11
systemc: Implement the various sc_module stage callbacks.
Gabe Black
2018-09-05
systemc: Implement the sensitivity mechanism.
Gabe Black
2018-09-05
systemc: Implement channel updates and rework the scheduler.
Gabe Black
2018-09-05
systemc: Partially implement the scheduler.
Gabe Black
2018-07-24
systemc: Seperate the "external" header interface.
Gabe Black