Lines Matching defs:in
7 (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
66 sc_in<int> in;
75 cout << sc_delta_count() << " -- " << in.read() << endl;
76 a = in.read();
87 cout << sc_delta_count() << " AA " << in.read() << endl;
89 cout << sc_delta_count() << " BB " << in.read() << endl;
91 cout << sc_delta_count() << " CC " << in.read() << endl;
93 cout << sc_delta_count() << " DD " << in.read() << endl;
95 cout << sc_delta_count() << " EE " << in.read() << endl;
97 cout << sc_delta_count() << " FF " << in.read() << endl;
99 cout << sc_delta_count() << " GG " << in.read() << endl;
122 snk.in( sig );