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

/gem5/src/systemc/tests/systemc/misc/stars/star114477/
H A Ddesign_rtl.h54 sc_int<w> a_temp; local
56 a_temp[i] = a[i];
57 return a_temp;
62 sc_bigint<w> a_temp; local
64 a_temp[i] = a[i];
65 return a_temp;
69 sc_int<w> a_temp; local
70 a_temp[0] = a;
71 return a_temp;

Completed in 5 milliseconds