Searched refs:bus_width (Results 1 - 2 of 2) sorted by relevance
/gem5/src/systemc/tests/tlm/endian_conv/ |
H A D | testall.py | 50 - base address (0..1023) at bus_width steps 76 bus_width, data_width, data_pointer, stream_width """ 82 (self.address, self.length, self.bus_width, self.data_width, \ 102 bus_width = random.choice(bus_widths) 105 if data_width <= bus_width: break 108 addr_base = random.choice(list(range(0,1024,bus_width))) 109 addr_offset = random.choice(list(range(bus_width))+[0]*(bus_width/2)) 111 bus_width = bus_width, [all...] |
H A D | test_endian_conv.cpp | 51 case 1: function<dt<1> >(&txn,bus_width); break; \ 52 case 2: function<dt<2> >(&txn,bus_width); break; \ 53 case 4: function<dt<4> >(&txn,bus_width); break; \ 54 case 8: function<dt<8> >(&txn,bus_width); break; \ 55 case 16: function<dt<16> >(&txn,bus_width); break; \ 56 case 32: function<dt<32> >(&txn,bus_width); break; \ 84 int bus_width; local 85 fin.ignore(10000,'='); fin >> bus_width; local 147 cout << " Bus Width = " << bus_width << endl;
|
Completed in 6 milliseconds