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

/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dstar111657.cpp136 sc_uint<32> io_controller_m::read_from_memory0(sc_uint<32> mp){ function in class:io_controller_m
227 sc_uint<32> tx_frame_ptr = read_from_memory0(addr_tx_frame_ptr);
229 word_cnt = read_from_memory0(tx_frame_ptr+(MII_FRAME_SIZE+1)*4);
245 sc_uint<32> data = read_from_memory0(tx_frame_ptr+i*4);
272 tx_frame_ptr = read_from_memory0(tx_frame_ptr+MII_FRAME_SIZE*4);
274 word_cnt = read_from_memory0(tx_frame_ptr+(MII_FRAME_SIZE+1)*4);
H A Dio_controller1.h144 sc_uint<32> read_from_memory0(sc_uint<32>);

Completed in 4 milliseconds