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
/
ext
/
core
Age
Commit message (
Expand
)
Author
2018-09-11
systemc: Fix a "problem" with kill/reset exceptions.
Gabe Black
2018-09-11
systemc: Implement much of sc_spawn.
Gabe Black
2018-09-11
systemc: Promote some functions to sc_export_base.
Gabe Black
2018-09-11
systemc: Implement some of the basics of sc_time.
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 much of events, event lists and event exprs.
Gabe Black
2018-09-05
systemc: Implement channel updates and rework the scheduler.
Gabe Black
2018-09-05
systemc: Fill out sc_process_handle and create Process classes.
Gabe Black
2018-09-05
systemc: Implement some basic plumbing in sc_module.hh.
Gabe Black
2018-09-05
systemc: Implement most of sc_object.
Gabe Black
2018-09-05
systemc: Implement the sc_attr classes.
Gabe Black
2018-09-05
systemc: Enable some more sc_simcontext related tests.
Gabe Black
2018-09-05
systemc: Add the "implementation defined" vport function.
Gabe Black
2018-09-05
systemc: Add the nonstandard sc_join class and sc_thread_handle type.
Gabe Black
2018-08-28
systemc: Minimally implemented the deprecated sc_simcontext.
Gabe Black
2018-08-28
systemc: Add a minimal version of the deprecated sc_process_b.
Gabe Black
2018-08-28
systemc: Add bind() to sc_port_base.
Gabe Black
2018-08-28
systemc: Add the nonstandard sc_hierarchical_name_exists function.
Gabe Black
2018-08-28
systemc: Add the nonstandard timed_out function.
Gabe Black
2018-08-28
systemc: Add some deprecated sc_module constructors.
Gabe Black
2018-08-28
systemc: Add the non-standard sc_time_tuple class.
Gabe Black
2018-08-28
systemc: Add non-standard sc_status constants.
Gabe Black
2018-08-28
systemc: Add deprecated sc_time constructors.
Gabe Black
2018-08-28
systemc: Add an sc_event_finder::find_event method.
Gabe Black
2018-08-28
systemc: Add some deprecated sc_time factory methods.
Gabe Black
2018-08-22
systemc: Add deprecated default time unit management functions.
Gabe Black
2018-08-22
systemc: Add deprecated notify_delayed functions.
Gabe Black
2018-08-22
systemc: Add some nonstandard cthread related sc_module functions.
Gabe Black
2018-08-22
systemc: Add the nonstandard, undocumented halt function.
Gabe Black
2018-08-22
systemc: Add some nonstandard SC_WAIT* macros.
Gabe Black
2018-08-22
systemc: Add the nonstandard macro SC_NEW.
Gabe Black
2018-08-22
systemc: Add the nonstandard triggered function sc_event.
Gabe Black
2018-08-22
systemc: Add the nonstandard variable sc_allow_process_control_corners.
Gabe Black
2018-08-22
systemc: Add some "implementation defined" stuff to sc_attr_cltn.
Gabe Black
2018-08-15
systemc: Partially implement SC_FORK and SC_JOIN.
Gabe Black
2018-08-15
systemc: Add in the deprecated binding port constructors.
Gabe Black
2018-08-15
systemc: Add the deprecated sc_module::end_module function.
Gabe Black
2018-08-15
systemc: Construct and manage a module name stack.
Gabe Black
2018-08-15
systemc: Add some missing functions which interact with the scheduler.
Gabe Black
2018-08-08
systemc: Stub out all the standard utilility classes and functions.
Gabe Black
2018-07-24
systemc: Flesh out the sc_port implementation slightly.
Gabe Black
2018-07-24
systemc: Add systemc and systemc.h header files.
Gabe Black
2018-07-24
systemc: Stub out the sc_spawn related classes and functions.
Gabe Black
2018-07-24
systemc: Stub out the sc_process_handle class.
Gabe Black
2018-07-24
systemc: Seperate the "external" header interface.
Gabe Black