Searched refs:in (Results 76 - 100 of 183) sorted by relevance

12345678

/gem5/util/
H A Dregress5 # Redistribution and use in source and binary forms, with or without
9 # redistributions in binary form must reproduce the above copyright
10 # notice, this list of conditions and the following disclaimer in the
119 for variant in compile_variants
120 for build in builds]
125 elif 'all' in tests:
132 for build in builds
133 for variant in test_variants
134 for test in tests
135 for mode in mode
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/channel/dataflow/
H A Ddataflow.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
80 sc_fifo<int>& in; local
87 : in(IN_), out(OUT_)
103 buffer = in.read();
113 sc_fifo<int>& in; local
120 : in(IN_), out(OUT_)
134 temp = in.read();
135 temp = in.read();
146 sc_fifo<int>& in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/sim_tests/popc/
H A Dpopc.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
56 sc_out<int> in; local
69 reset(RESET); data_ready(DATA_READY); in(IN_);
91 sc_in<int> in; local
112 in(IN_);
143 in.write(j);
186 t = in.read();
209 sc_signal<int> in; local
215 proc1 TestBench("TestBench", clock, data_ack, popc, reset, data_ready, in);
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_module/test05/
H A Dtest05.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
64 sc_in<int> in; local
70 cout << in.read() << endl;
77 sensitive << in; local
103 b.in( sig );
128 b.in( sig );
/gem5/src/systemc/tests/systemc/kernel/sc_module/test01/
H A Dtest01.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
54 sc_in<T> in; local
66 sc_in<T> in; local
90 sc_in<T> in; local
100 prim_transfer1( in, port_in, out, port_out);
107 sc_in<T> in; local
115 prim_sink1( in, port_in );
/gem5/src/systemc/tests/systemc/kernel/sc_module/test02/
H A Dtest02.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
54 sc_in<T> in; local
66 sc_in<T> in; local
90 sc_in<T> in; local
100 prim_transfer1, in, port_in, out, port_out;
107 sc_in<T> in; local
115 prim_sink1, in, port_in;
/gem5/src/systemc/tests/systemc/kernel/sc_module/test03/
H A Dtest03.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
54 sc_in<T> in; local
66 sc_in<T> in; local
90 sc_in<T> in; local
100 prim_transfer1( in, port_in, out, port_out );
107 sc_in<T> in; local
115 prim_sink1( in, port_in );
/gem5/src/systemc/tests/systemc/misc/communication/channel/aggregate/
H A Drgb.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
73 sc_fifo<rgb_t> in; local
78 some_process foo("FOO", clk, in, out);
/gem5/src/systemc/tests/systemc/misc/communication/signals/aggregate/
H A Drgb.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
67 sc_signal<rgb_t> in; local
72 some_process foo( "FOO", clk, in, out );
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.5/
H A Dmean.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
51 const sc_signal_bool_vector& in; //input local
67 : in(IN_), out(OUT_), receiver_ready(RECEIVER_READY), send_data(SEND_DATA), input_available(INPUT_AVAILABLE), output_ready(OUTPUT_READY)
73 // Process functionality in member function below
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.6/
H A Dmean.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
50 const signal_bool_vector& in; //input local
66 : in(IN_), out(OUT_), receiver_ready(RECEIVER_READY), send_input(SEND_INPUT), data_available(DATA_AVAILABLE), data_ready(DATA_READY)
72 // Process functionality in member function below
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.7/
H A Dmean.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
51 const sc_signal_bool_vector& in; //input local
67 : in(IN_), out(OUT_), receiver_ready(RECEIVER_READY), send_data(SEND_DATA), input_available(INPUT_AVAILABLE), output_ready(OUTPUT_READY)
73 // Process functionality in member function below
H A Dmean.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
67 i = in.read().to_int();
73 j = in.read().to_int();
79 k = in.read().to_int();
85 l = in.read().to_int();
/gem5/src/systemc/tests/systemc/utils/sc_vector/test07/
H A Dtest07.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
42 sc_in<bool> in; local
78 sc_assemble_vector( m_sub_vec, &sub_module::in ).bind( in_vec );
/gem5/ext/googletest/googletest/xcode/Scripts/
H A Druntests.sh6 # Redistribution and use in source and binary forms, with or without
12 # * Redistributions in binary form must reproduce the above
14 # in the documentation and/or other materials provided with the
44 # Now execute each one in turn keeping track of how many succeeded and failed.
48 for test in ${test_executables[*]}; do
/gem5/ext/mcpat/cacti/
H A Dcrossbar.h8 * Redistribution and use in source and binary forms, with or without
12 * redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
51 double in,
68 * Adjust factor of the height of the cross-point (tri-state buffer) cell (layout) in crossbar
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dbiquad.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
55 sample = in.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dbiquad.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
55 sample = in.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dbiquad.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
53 sample = in.read();
/gem5/src/systemc/tests/systemc/misc/stars/wif_trace/star115332/
H A Dtest.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
58 FLOP.in(int1) ;
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test01/
H A Dtest01.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in_resolved in; local
87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
108 a.in( sig );
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test02/
H A Dtest02.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in_resolved in; local
87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
109 a.in( sig_logic );
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test03/
H A Dtest03.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 // sc_in_resolved in;
48 sc_in<sc_logic> in; local
88 cout << l1 << " " << l2 << " -> " << in.read() << endl;
110 a.in( sig_logic );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test01/
H A Dtest01.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in_rv<1> in; local
87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
108 a.in( sig );
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test02/
H A Dtest02.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in_rv<1> in; local
87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
109 a.in( sig_lv );

Completed in 20 milliseconds

12345678