Remove dead function in RequestIssuer
This commit is contained in:
@@ -110,11 +110,6 @@ bool RequestIssuer::nextRequestSendable() const
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
sc_core::sc_time RequestIssuer::alignToClock(sc_core::sc_time time) const
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void RequestIssuer::peqCallback(tlm::tlm_generic_payload &payload, const tlm::tlm_phase &phase)
|
void RequestIssuer::peqCallback(tlm::tlm_generic_payload &payload, const tlm::tlm_phase &phase)
|
||||||
{
|
{
|
||||||
if (phase == tlm::END_REQ)
|
if (phase == tlm::END_REQ)
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ private:
|
|||||||
|
|
||||||
void sendNextRequest();
|
void sendNextRequest();
|
||||||
bool nextRequestSendable() const;
|
bool nextRequestSendable() const;
|
||||||
sc_core::sc_time alignToClock(sc_core::sc_time time) const;
|
|
||||||
|
|
||||||
tlm::tlm_sync_enum nb_transport_bw(tlm::tlm_generic_payload &payload,
|
tlm::tlm_sync_enum nb_transport_bw(tlm::tlm_generic_payload &payload,
|
||||||
tlm::tlm_phase &phase,
|
tlm::tlm_phase &phase,
|
||||||
|
|||||||
Reference in New Issue
Block a user