MCPcopy Create free account
hub / github.com/CMU-SAFARI/ramulator2 / send

Method send

tests/utils/test_harness.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 void setup(IFrontEnd* frontend, IMemorySystem* memory_system) override {}
158
159 bool send(Request& req) override {
160 if (req.intra_channel_addr < 0) {
161 req.intra_channel_addr = req.addr;
162 }
163 return m_controller->send(req);
164 }
165
166 void tick() override {
167 m_controller->tick();

Callers

nothing calls this directly

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected