tracerecorder, refresh and stuff
This commit is contained in:
@@ -16,6 +16,7 @@ unsigned int getBurstLengthInBytes(const tlm::tlm_generic_payload& payload, unsi
|
||||
{
|
||||
return payload.get_data_length() / (buswidth/8);
|
||||
}
|
||||
|
||||
sc_time delayByConstraint(sc_time previous, sc_time start, sc_time constraint)
|
||||
{
|
||||
if (previous + constraint > start)
|
||||
|
||||
Reference in New Issue
Block a user