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

/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py251 for rj in self.routers:
252 if ri == rj: continue # Don't connect a router to itself!
256 dst_node = rj))
H A Druby_caches_MI_example.py237 for rj in self.routers:
238 if ri == rj: continue # Don't connect a router to itself!
242 dst_node = rj))
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp428 std_ulogic_vector<4> rj; local
448 rj = "1111";
449 rj[1] = rdata4.range(2,2)[0];
481 << rj[0] << "\t" << rj[1] << "\t" << rj[2] << "\t" << rj[3]

Completed in 6 milliseconds