Searched refs:peripheral (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dperipheral.cpp22 peripheral.cpp --
38 #include "peripheral.h"
40 void peripheral::entry() {
51 cout << "peripheral: receive " << data << endl;
60 cout << "peripheral: send " << buffer_out << endl;
H A Dperipheral.h22 peripheral.h --
40 SC_MODULE( peripheral )
42 SC_HAS_PROCESS( peripheral );
61 peripheral(sc_module_name NAME, function
H A Dmain.cpp44 // and peripheral on memory bus
54 // and the peripheral on the memory bus
56 // The peripheral copies the input after a given number of clocks
62 #include "peripheral.h"
152 peripheral PERIPHERAL("peripheral",

Completed in 5 milliseconds