Sign in
gem5
/
testing
/
jenkins-gem5-prod
/
2bcb2b031d4419e87337b25936a09228955dc715
2bcb2b0
dev: Explicitly specify the endianness for packet accessors.
by Gabe Black
· 6 years ago
2701fcb
python: Stop conditionally excluding code from pyobject.cc
by Gabe Black
· 6 years ago
00dec30
dev: Build most of the networking devices in the NULL_ISA build.
by Gabe Black
· 6 years ago
7d719bc
dev: Build the PCI device models even in NULL_ISA builds.
by Gabe Black
· 6 years ago
1c508a2
arch: Get rid of the unused type AnyReg.
by Gabe Black
· 6 years ago
e086e74
dev-arm: Don't panic when EOIR a non active PPI
by Adrien Pesle
· 6 years ago
9181c2e
dev-arm: Fix Gicv2 distributor group register
by Adrien Pesle
· 6 years ago
0f368d5
systemc: Get rid of leftovers from unimplemented warnings past.
by Gabe Black
· 6 years ago
5c21437
systemc: Implement Object::simcontext().
by Gabe Black
· 6 years ago
25d308e
systemc: Stop filtering out warnings about unimplemented features.
by Gabe Black
· 6 years ago
9c9f33b
systemc: Warn about using deprecated sc_port constructors.
by Gabe Black
· 6 years ago
82ed9a0
systemc: Add a python config class for sc_modules.
by Gabe Black
· 6 years ago
f9596e5
systemc: Don't include the scheduler in an external header file.
by Gabe Black
· 6 years ago
96a88fb
systemc: Add an accessor for getting the current process.
by Gabe Black
· 6 years ago
137b499
systemc: Don't re-schedule a process which is already scheduled.
by Gabe Black
· 6 years ago
ae1ecec
systemc: Fix accounting in the sc_fifo class.
by Gabe Black
· 6 years ago
70f52c3
systemc: Exclude a test which tests a feature we're not implementing.
by Gabe Black
· 6 years ago
c9f83ec
systemc: Switch to using predefined messages for datatypes.
by Gabe Black
· 6 years ago
e07f7ef
systemc: Switch to using predefined messages for channels.
by Gabe Black
· 6 years ago
3420f0e
systemc: Don't depend on the order of static initializers.
by Gabe Black
· 6 years ago
b366cbc
systemc: Switch to using predefined messages for utils.
by Gabe Black
· 6 years ago
98f40c5
systemc: Remove a redundant error check.
by Gabe Black
· 6 years ago
a8f873a
systemc: Check the maximum port size when finializing bindings.
by Gabe Black
· 6 years ago
d5b4433
systemc: Fix how the maximum size is computed for sc_ports.
by Gabe Black
· 6 years ago
6f261e6
systemc: Mark a test as expected to fail.
by Gabe Black
· 6 years ago
4e951d4
systemc: Switch to using predefined messages for core.
by Gabe Black
· 6 years ago
208704b
systemc: Add a mechanism for pre-registering message type ids.
by Gabe Black
· 6 years ago
7911f27
systemc: Add a warning about dont_initialize and cthreads.
by Gabe Black
· 6 years ago
0b49ab9
systemc: Make suppress_id work like the test expects.
by Gabe Black
· 6 years ago
5220003
systemc: Handle integer based IDs like Accellera does.
by Gabe Black
· 6 years ago
7eb6ad4
systemc: Refactor reporting to prep for int based messages.
by Gabe Black
· 6 years ago
7a2ace7
systemc: Stop passing arguments to sc_main.
by Gabe Black
· 6 years ago
82dd3c1
systemc: When resetting a process, clear suspended ready.
by Gabe Black
· 6 years ago
93b7aa1
systemc: Manually correct the golden output for a test.
by Gabe Black
· 6 years ago
e035d68
systemc: If a process hasn't started, still signal its reset event.
by Gabe Black
· 6 years ago
226207d
systemc: Ignore attempts to throw a signal to a method.
by Gabe Black
· 6 years ago
a7d99be
systemc: Remove a redundant injectException for Thread's throw_it.
by Gabe Black
· 6 years ago
9677f2d
systemc: Get rid of the unused Process::_procKind.
by Gabe Black
· 6 years ago
d6c3453
systemc: Ignore immediate self notifications.
by Gabe Black
· 6 years ago
05f2a5f
systemc: Distinguish internal events from normal sc_events.
by Gabe Black
· 6 years ago
e9b3669
systemc: Mark a test as expected to fail.
by Gabe Black
· 6 years ago
cb1cd5a
systemc: Use the "catch action" and the handler func outside sc_main.
by Gabe Black
· 6 years ago
98b74c4
systemc: Change the default "catch action" to SC_DISPLAY.
by Gabe Black
· 6 years ago
77d9e3b
systemc: Add an error check to the deprecated notify_delayed.
by Gabe Black
· 6 years ago
1f4e379
systemc: Add a range check to the intial value of sc_semaphore.
by Gabe Black
· 6 years ago
3287171
systemc: Add some error checks to sc_clock.
by Gabe Black
· 6 years ago
c701d88
systemc: Add an error check to sc_gen_unique_name.
by Gabe Black
· 6 years ago
834846f
systemc: Detach child events in the Object destructor.
by Gabe Black
· 6 years ago
f4a671e
systemc: Report an error if an sc_event_finder is used on an unbound port.
by Gabe Black
· 6 years ago
224e28c
systemc: Implement port binding policies.
by Gabe Black
· 6 years ago
157d053
systemc: Add some deprecated positional binding operators.
by Gabe Black
· 6 years ago
a61426d
systemc: Keep track of progress when positionally binding.
by Gabe Black
· 6 years ago
f39a68f
systemc: Fill out some error reporting in sc_port.
by Gabe Black
· 6 years ago
1618220
systemc: Run delta notifications in reverse insertion order.
by Gabe Black
· 6 years ago
ee3e327
systemc: Change how signal based resets work.
by Gabe Black
· 6 years ago
d1a86fd
systemc: Increment the change stamp value before the timing phase.
by Gabe Black
· 6 years ago
d872149
systemc: Add a simple implementation for sc_mempool.
by Gabe Black
· 6 years ago
d371c9e
systemc: Add an sc_gen_unique_name namespace to processes as well.
by Gabe Black
· 6 years ago
0686b85
systemc: Add some error checks to the sc_module constructor.
by Gabe Black
· 6 years ago
8946c9d
systemc: Change how errors are handled in some constructors slightly.
by Gabe Black
· 6 years ago
d45caee
systemc: Add an sc_gem5::Port destructor.
by Gabe Black
· 6 years ago
9cd313e
systemc: Change the point where elaboration is considered over.
by Gabe Black
· 6 years ago
7ddf233
systemc: Implement sc_hierarchical_name_exists.
by Gabe Black
· 6 years ago
3e92388
systemc: Make sure otherwise unnamed events get autogenerated ones.
by Gabe Black
· 6 years ago
20fd137
systemc: Fix a typo in one of the error messages.
by Gabe Black
· 6 years ago
167e6c0
systemc: Implement writer policies.
by Gabe Black
· 6 years ago
c736ef1
systemc: Don't use write() in sc_clock to set the clock value.
by Gabe Black
· 6 years ago
f93e276
systemc: Clear the current process when done with the eval phase.
by Gabe Black
· 6 years ago
e16ca90
systemc: Implement register_port in all the predefined channels.
by Gabe Black
· 6 years ago
b2e1f81
systemc: Add missing sc_interface::register_port, and add calls to it.
by Gabe Black
· 6 years ago
a7f1fe7
systemc: Remove some old warn includes from ext/channel.
by Gabe Black
· 6 years ago
5136119
systemc: Implement sc_vector.
by Gabe Black
· 6 years ago
40e4a1c
systemc: Change how the timing of binding ports works.
by Gabe Black
· 6 years ago
e5a9941
systemc: Use the stage of simulation and not port size in add_trace.
by Gabe Black
· 6 years ago
163eb3c
systemc: Centralize how object parents are chosen.
by Gabe Black
· 6 years ago
3fe6ebb
systemc: Use c++11 partial functions instead of boosts.
by Gabe Black
· 6 years ago
56eef42
systemc: Filter out a test which breaks rules gem5 won't let it break.
by Gabe Black
· 6 years ago
34a9b86
systemc: Add a non-standard sc_time constructor and from_string.
by Gabe Black
· 6 years ago
5bdeb1a
systemc: Modify reportifyException to keep sc_reports in scope.
by Gabe Black
· 6 years ago
07cad60
systemc: Implement the sc_time_tuple class.
by Gabe Black
· 6 years ago
1fe271c
systemc: Merge notify and notifyWork and ignore disabled for resets.
by Gabe Black
· 6 years ago
6ae3300
systemc: Ensure the reset event is notified before reseting the target.
by Gabe Black
· 6 years ago
0cfce45
systemc: Implement signal based resets.
by Gabe Black
· 6 years ago
f4ab64a
systemc: Implement the synchronous reset state.
by Gabe Black
· 6 years ago
fc752d3
systemc: Implement sc_event_queue.
by Gabe Black
· 6 years ago
028e1c5
systemc: Remove a hack which scaled sc_time into ps unnecessarily.
by Gabe Black
· 6 years ago
b58f56b
systemc: Change how the default timescale is set.
by Gabe Black
· 6 years ago
9c56d8a
systemc: Simplify sc_time_stamp().
by Gabe Black
· 6 years ago
7fa683a
systemc: Implement sc_get_curr_process_handle().
by Gabe Black
· 6 years ago
dc599a0
systemc: Print an Info when setting a tracefile's time unit.
by Gabe Black
· 6 years ago
ebe9b30
systemc: Move some constants out of sc_time.cc for other files to use.
by Gabe Black
· 6 years ago
6ab054b
systemc: Add a warning to sc_interface::default_event.
by Gabe Black
· 6 years ago
18c83f2
systemc: Filter out an Info about delta cycles and pseudo timesteps.
by Gabe Black
· 6 years ago
0c3d234
systemc: Check the process type when using sc_join.
by Gabe Black
· 6 years ago
2ede803
systemc: Make sure the right type process is running when calling wait.
by Gabe Black
· 6 years ago
0f6961d
systemc: Add an error check to sc_time.
by Gabe Black
· 6 years ago
648b45c
systemc: Add some error checks to sc_export.
by Gabe Black
· 6 years ago
3d29513
systemc: Implement general and VCD trace support.
by Gabe Black
· 6 years ago
a503a24
systemc: Don't schedule the ready event unnecessarily.
by Gabe Black
· 6 years ago
1e17aca
systemc: Fix the implementation of sc_event::triggered.
by Gabe Black
· 6 years ago
Next »