/gem5/tests/quick/se/04.gpu/ |
H A D | test.py | 46 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 D | driver.h | 22 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 D | driver.cpp | 22 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 D | main.cpp | 40 #include "driver.h" 53 driver D("Driver", clock, bus, control, out);
|
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/ |
H A D | driver.h | 22 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 D | main.cpp | 40 #include "driver.h" 52 driver D("Driver", clock, bus, control, out);
|
H A D | driver.cpp | 22 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 D | Makefile.am | 3 $(top_srcdir)/tap-driver.sh
|
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test16/ |
H A D | test16.cpp | 45 SC_THREAD(driver); 51 void driver() function
|
/gem5/src/systemc/tests/systemc/misc/v1.0/dash1/ |
H A D | main.cpp | 24 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 D | main.cpp | 24 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 D | main.cpp | 24 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 D | main.cpp | 24 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 D | main.cpp | 24 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 D | main.cpp | 24 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 D | main.cpp | 24 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 D | main.cpp | 24 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 D | main.cpp | 24 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 D | test16.cpp | 47 // 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 D | test15.cpp | 47 // 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 D | event_triggered.cpp | 73 SC_THREAD(driver); 82 void driver() function
|
/gem5/src/sim/ |
H A D | fd_entry.hh | 197 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 D | dispatcher.hh | 86 ClDriver *driver; member in class:GpuDispatcher
|
H A D | dispatcher.cc | 55 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 D | apu_se.py | 393 # 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
|