P4-Research/nikss-p4c

tstamp variable is still generated even if it's not used in the pipeline

Closed this issue · 0 comments

We should guard the code emitting the tstamp var by if(shouldEmitTimestamp()) condition. That's small fix. I'm creating this issue to not forget about it.