Searched refs:driver (Results 1 - 25 of 28) sorted by relevance

12

/gem5/tests/quick/se/04.gpu/
H A Dtest.py46 driver = ClDriver(filename="hsa", codefile=kernel_files) variable
47 root.system.cpu[2].cl_driver = driver
50 drivers = [driver])
/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Ddriver.h22 driver.h --
38 /* Filename driver.h */
39 /* This is the interface file for synchronous process `driver' */
43 SC_MODULE( driver )
45 SC_HAS_PROCESS( driver );
54 driver( sc_module_name NAME, function
H A Ddriver.cpp22 driver.cpp --
38 /* Filename driver.cc */
39 /* This is the implementation file for synchronous process `driver' */
41 #include "driver.h"
43 void driver::entry()
H A Dmain.cpp40 #include "driver.h"
53 driver D("Driver", clock, bus, control, out);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Ddriver.h22 driver.h --
38 /* Filename driver.h */
39 /* This is the interface file for synchronous process `driver' */
43 SC_MODULE( driver )
45 SC_HAS_PROCESS( driver );
54 driver(sc_module_name NAME, function
H A Dmain.cpp40 #include "driver.h"
52 driver D("Driver", clock, bus, control, out);
H A Ddriver.cpp22 driver.cpp --
38 /* Filename driver.cc */
39 /* This is the implementation file for synchronous process `driver' */
41 #include "driver.h"
43 void driver::entry()
/gem5/ext/fputils/tests/
H A DMakefile.am3 $(top_srcdir)/tap-driver.sh
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test16/
H A Dtest16.cpp45 SC_THREAD(driver);
51 void driver() function
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
35 module (driver); multiple clocks.
75 #include "driver.h"
87 // Signals for the driver's actions.
92 // Signals observed by the driver.
102 driver_mod driver("driver");
103 driver(clk
[all...]
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
75 #include "driver.h"
87 // Signals for the driver's actions.
92 // Signals observed by the driver.
102 driver_mod driver("driver");
103 driver(clk0, disp_speed, disp_angle, disp_total_dist, disp_partial_dist,
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
75 #include "driver.h"
87 // Signals for the driver's actions.
92 // Signals observed by the driver.
102 driver_mod driver("driver");
103 driver(clk0, disp_speed, disp_angle, disp_total_dist, disp_partial_dist,
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
76 #include "driver.h"
88 // Signals for the driver's actions.
93 // Signals observed by the driver.
103 driver_mod driver("driver");
104 driver(clk0, disp_speed, disp_angle, disp_total_dist, disp_partial_dist,
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
75 #include "driver.h"
87 // Signals for the driver's actions.
92 // Signals observed by the driver.
102 driver_mod driver("driver");
103 driver(clk0, disp_speed, disp_angle, disp_total_dist, disp_partial_dist,
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
75 #include "driver.h"
87 // Signals for the driver's actions.
92 // Signals observed by the driver.
102 driver_mod driver("driver");
103 driver(clk0, disp_speed, disp_angle, disp_total_dist, disp_partial_dist,
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
81 #include "driver.h"
93 // Signals for the driver's actions.
98 // Signals observed by the driver.
108 driver_mod driver("driver");
109 driver(clk0, disp_speed, disp_angle, disp_total_dist, disp_partial_dist,
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
84 #include "driver.h"
96 // Signals for the driver's actions.
101 // Signals observed by the driver.
111 driver_mod driver("driver");
112 driver(clk0, disp_speed, disp_angle, disp_total_dist,
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Dmain.cpp24 and partial distance), the driver of the car, clocks, and the
27 determined by the speed of the car. The driver can start the car,
32 driver. The signals in this program are traced.
89 #include "driver.h"
101 // Signals for the driver's actions.
106 // Signals observed by the driver.
116 driver_mod driver("driver");
117 driver(clk0, disp_speed, disp_angle, disp_total_dist,
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp47 // first and last driver write the same values
62 sc_spawn( sc_bind(&dut::driver, this, value), nm.str().c_str(), &sp );
68 std::cout << "\n*** trigger each driver in individual delta cycles" << std::endl;
115 void driver(int value) { function
150 "sc_signal<T> cannot have more than one driver"
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test15/
H A Dtest15.cpp47 // first and last driver write the same values
62 sc_spawn( sc_bind(&dut::driver, this, value), nm.str().c_str(), &sp );
68 std::cout << "\n*** trigger each driver in individual delta cycles" << std::endl;
144 void driver(int value) { function
/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp73 SC_THREAD(driver);
82 void driver() function
/gem5/src/sim/
H A Dfd_entry.hh197 DeviceFDEntry(EmulatedDriver *driver, std::string const& file_name, argument
199 : FDEntry(close_on_exec), _driver(driver), _fileName(file_name)
/gem5/src/gpu-compute/
H A Ddispatcher.hh86 ClDriver *driver; member in class:GpuDispatcher
H A Ddispatcher.cc55 shader(p->shader_pointer), driver(p->cl_driver),
60 driver->handshake(this);
370 // helper functions for driver to retrieve GPU attributes
/gem5/configs/example/
H A Dapu_se.py393 # OpenCL driver
394 driver = ClDriver(filename="hsa", codefile=kernel_files) variable
399 drivers = [driver])
519 # The communcation happens through emulated driver.
530 dispatcher.cl_driver = driver

Completed in 24 milliseconds

12