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

/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dstar111004.cpp92 sc_uint<32> io_controller_m::read_from_memory(sc_uint<32> mp){ function in class:io_controller_m
172 sc_uint<32> tx_frame_ptr = read_from_memory(addr_tx_frame_ptr);
174 word_cnt = read_from_memory(tx_frame_ptr+(MII_FIFO_SIZE+1)*4);
187 // out_fifo is mixed, so read_from_memory could not be applied
190 sc_uint<32> data = read_from_memory(tx_frame_ptr+i*4);
211 tx_frame_ptr = read_from_memory(tx_frame_ptr+MII_FIFO_SIZE*4);
213 word_cnt = read_from_memory(tx_frame_ptr+(MII_FIFO_SIZE+1)*4);
234 sc_uint<32> rx_frame_ptr = read_from_memory(rx_ptr_array+arr_ptr*4);
H A Dio_controller.h185 sc_uint<32> read_from_memory(sc_uint<32>);

Completed in 5 milliseconds