Searched refs:read (Results 26 - 50 of 686) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
50 << in_data3.read() << " "
51 << in_data4.read() << " "
52 << in_data5.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/xor_1/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
50 << in_data3.read() << " "
51 << in_data4.read() << " "
52 << in_data5.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/conditions/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
50 << in_data3.read() << " "
51 << in_data4.read() << " "
52 << in_data5.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/if_test/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
50 << in_data3.read() << " "
51 << in_data4.read() << " "
52 << in_data5.read() << " "
/gem5/src/systemc/tests/systemc/misc/unit/data/general/array_range/
H A Dstimgen.cpp53 cout << "IN1 = " << in1.read() << endl;
54 cout << "O1 = " << o1.read()
55 << " O2 = " << o2.read() << endl;
56 cout << "O3 = " << o3.read() << endl;
57 cout << "O4 = " << o4.read() << endl;
58 cout << "O5 = " << o5.read() << endl;
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_edge.cpp44 i86 = I.read().range(8,6);
45 i87 = I.read().range(8,7);
46 q31 = Q.read().range(3,1);
47 q20 = Q.read().range(2,0);
48 f31 = F.read().range(3,1);
52 RAM[Badd.read()] = RAM[Badd.read()];
55 RAM[Badd.read()] = F.read();
58 RAM[Badd.read()]
[all...]
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/sharing/
H A Ddisplay.cpp46 cout << "Display: " << in_value1.read() << " " << in_value2.read() << " " << in_value3.read() << " " << in_value4.read() << " " << in_value5.read() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/datatypes/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
50 << in_data3.read() << " "
51 << in_data4.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/datatypes/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
50 << in_data3.read() << " "
51 << in_data4.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/increment/
H A Ddisplay.cpp46 while (in_valid.read()==false) wait();
47 cout << "Display : " << in_data1.read() << " "
48 << in_data2.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/inlining/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/inlining/
H A Ddisplay.cpp47 while (in_valid.read()==false) wait();
48 cout << "Display : " << in_data1.read() << " "
49 << in_data2.read() << " "
/gem5/src/systemc/tests/systemc/misc/synth/prime_flag/
H A Ddisplay.cpp50 last_prime = prime.read();
54 cout << prime.read().to_uint() << endl;
56 if (prime.read().to_uint() > 40) {
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_datatypes/
H A Ddisplay.cpp46 while (out_valid.read()==false) wait();
47 cout << "Display : " << result.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_exit/
H A Ddisplay.cpp46 while (out_valid.read()==false) wait();
47 cout << "Display : " << result.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_fsm/
H A Ddisplay.cpp46 while (out_valid.read()==false) wait();
47 cout << "Display : " << result.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Ddisplay.cpp46 while (out_valid.read()==false) wait();
47 cout << "Display : " << result.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_exit/
H A Ddisplay.cpp46 while (out_valid.read()==false) wait();
47 cout << "Display : " << result.read() << " "
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_fsm/
H A Ddisplay.cpp46 while (out_valid.read()==false) wait();
47 cout << "Display : " << result.read() << " "
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt5.1/
H A Dtestbench.cpp50 cout << "Result = " << resulta.read() << " and " << resultm.read()
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/datatypes/
H A Ddisplay.cpp48 cout << "Display: " << in_value1.read() << " " << in_value2.read() << " " << in_value3.read() << " " << in_value4.read() << endl;
/gem5/src/systemc/tests/systemc/misc/sim/prime_do_while/
H A Ddisplay.cpp50 last_prime = prime.read();
55 } while (prime.read() == last_prime);
57 cout << prime.read().to_uint() << endl;
59 if (prime.read().to_uint() > 40) {
/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Ddisplay.cpp45 cout << "Value on Bus = " << bus.read() << endl;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt12.1/
H A Dram.cpp49 if (cs.read() == true) { // Block selected
50 address = addr.read().to_int();
51 if (we.read() == true) { // Write operation
52 global_mem[address] = datain.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Ddisplay.cpp45 cout << "Value on Bus = " << bus.read() << endl;

Completed in 16 milliseconds

1234567891011>>