Searched refs:w1 (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/tests/systemc/communication/sc_signal/register_port/test01/
H A Dtest.h70 writer<T> w1; member in class:top
75 : sig(), w1( "w1" ), w2( "w2" )
77 w1.out( sig );
/gem5/src/systemc/tests/systemc/communication/sc_signal/register_port/test02/
H A Dtest.h70 writer<T> w1; member in class:top
75 : sig(), w1( "w1" ), w2( "w2" )
77 w1.out( sig );
/gem5/src/systemc/tests/systemc/communication/sc_signal/register_port/test03/
H A Dtest.h70 writer<T> w1; member in class:top
75 : sig(), w1( "w1" ), w2( "w2" )
77 w1.out( sig );
/gem5/ext/mcpat/cacti/
H A Dcrossbar.cc55 Wire w1(g_ip->wt, l_eff);
56 //double s1 = w1.repeater_size *l_eff*ADJ/w1.repeater_spacing;
57 double s1 = w1.repeater_size * (l_eff < w1.repeater_spacing ?
58 l_eff * ADJ / w1.repeater_spacing : ADJ);
110 Wire w1(g_ip->wt, wire_len);
132 (w1.power.readOp.dynamic + w2.power.readOp.dynamic +
142 w1.power.readOp.leakage + w2.power.readOp.leakage);
150 w1
[all...]
H A Dhtree2.cc108 Wire w1(wt, l_eff);
117 delay += horowitz(w1.out_rise_time, tc,
145 Wire w1(wt, l_eff);
150 (gate_C(s2 * (min_w_nmos + min_w_pmos), 0) + w1.wire_cap(l_eff * 1e-6,
171 delay += horowitz(w1.out_rise_time, tc,
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp348 std_ulogic wu, wx, w0, w1, wz, ww, wl, wh, wd; local
384 w1 = v6 & v4; wz = v6 & v5; ww = v6 & v6;
437 w1 = v6 | v4; wz = v6 | v5; ww = v6 | v6;
490 w1 = v6 ^ v4; wz = v6 ^ v5; ww = v6 ^ v6;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh1290 uint64 w1 = x.get_word(1); local
1291 w = w | (w1 << SC_DIGIT_SIZE);
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h1487 uint64 w1 = x.get_word( 1 ); local
1488 w = w | (w1 << SC_DIGIT_SIZE);

Completed in 22 milliseconds