summaryrefslogtreecommitdiff
path: root/src/systemc
AgeCommit message (Expand)Author
2018-10-16systemc: Implement signal based resets.Gabe Black
2018-10-16systemc: Implement the synchronous reset state.Gabe Black
2018-10-16systemc: Implement sc_event_queue.Gabe Black
2018-10-16systemc: Remove a hack which scaled sc_time into ps unnecessarily.Gabe Black
2018-10-16systemc: Change how the default timescale is set.Gabe Black
2018-10-16systemc: Simplify sc_time_stamp().Gabe Black
2018-10-16systemc: Implement sc_get_curr_process_handle().Gabe Black
2018-10-16systemc: Print an Info when setting a tracefile's time unit.Gabe Black
2018-10-16systemc: Move some constants out of sc_time.cc for other files to use.Gabe Black
2018-10-16systemc: Add a warning to sc_interface::default_event.Gabe Black
2018-10-16systemc: Filter out an Info about delta cycles and pseudo timesteps.Gabe Black
2018-10-16systemc: Check the process type when using sc_join.Gabe Black
2018-10-16systemc: Make sure the right type process is running when calling wait.Gabe Black
2018-10-16systemc: Add an error check to sc_time.Gabe Black
2018-10-16systemc: Add some error checks to sc_export.Gabe Black
2018-10-16systemc: Implement general and VCD trace support.Gabe Black
2018-10-16systemc: Don't schedule the ready event unnecessarily.Gabe Black
2018-10-16systemc: Fix the implementation of sc_event::triggered.Gabe Black
2018-10-16systemc: Teach verify.py how to verify vcd files.Gabe Black
2018-10-16systemc: Fix the default width values for the various sc_trace-s.Gabe Black
2018-10-16systemc: Fix a typo in verify.py.Gabe Black
2018-10-16systemc: Add an error check whether an interface is alread bound to a port.Gabe Black
2018-10-16systemc: Add some additional error checks.Gabe Black
2018-10-16systemc: Change an error message to match the reference outputs.Gabe Black
2018-10-09systemc: Implement the sc_signal_rv channel and ports.Gabe Black
2018-10-09systemc: Ignore a gem5 warning about setting the stack size in verify.py.Gabe Black
2018-10-09systemc: Warn if sc_stop is called more than once.Gabe Black
2018-10-09systemc: Check whether the simulation is running when creating sensitivities.Gabe Black
2018-10-09systemc: Handle nonstandard cthread sensitivities.Gabe Black
2018-10-09systemc: Change how the scheduler orders processes.Gabe Black
2018-10-09systemc: Differentiate between notifying methods and threads.Gabe Black
2018-10-09systemc: Rework how delayed sensitivities are handled.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
2018-10-09systemc: Implement sc_buffer.Gabe Black
2018-10-09systemc: Mark a few more tests as expected to return non-zero.Gabe Black
2018-10-09systemc: Add some error checks to some classes.Gabe Black
2018-10-09systemc: Add a "kind()" overload to sc_port_base.Gabe Black
2018-10-09systemc: Implement the sc_*_resolved classes.Gabe Black
2018-10-09systemc: Implement the sc_clock::time_stamp function.Gabe Black
2018-10-09systemc: Implement sc_mutex.Gabe Black
2018-10-09systemc: Implement sc_semaphore.Gabe Black
2018-10-09systemc: Ensure SC_LONG_64 is defined and available.Gabe Black
2018-10-09systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN.Gabe Black
2018-10-09systemc: Stop assuming picoseconds as the time resolution.Gabe Black
2018-10-09systemc: Keep all pre-init processes on a single list.Gabe Black
2018-10-09systemc: Track event sensitivities with a list instead of a set.Gabe Black
2018-10-09systemc: Mostly implememt sc_simcontext.Gabe Black
2018-10-09systemc: Centralize module callbacks and report new warnings.Gabe Black
2018-10-09systemc: Change how sc_clock creates processes to match the tests.Gabe Black
2018-10-09systemc: Implement the deprecated "timed_out" function.Gabe Black