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

/gem5/src/systemc/tests/systemc/misc/synth/circle/
H A Dtb.h81 bool_vector x_coord; local
86 int x = 0; // Memory location of x_coord
114 x_coord = coord_xy.read();
135 << " X = " << x_coord.to_int()
143 if (x_coord.to_int() == -8) x = 15;
144 if (x_coord.to_int() == -7) x = 14;
145 if (x_coord.to_int() == -6) x = 13;
146 if (x_coord.to_int() == -5) x = 12;
147 if (x_coord.to_int() == -4) x = 11;
148 if (x_coord
[all...]

Completed in 4 milliseconds