tracerecorder, refresh and stuff

This commit is contained in:
robert
2014-03-29 00:26:21 +01:00
parent 35ba108cf7
commit 04e38d6663
40 changed files with 417 additions and 362 deletions

View File

@@ -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)