From 08ecd9a616470c2c8a2b0d9c999079c888dad927 Mon Sep 17 00:00:00 2001 From: alonamid Date: Wed, 18 Dec 2019 13:22:04 -0800 Subject: [PATCH] Remove TODO comment --- sim/firesim-lib/src/main/cc/bridges/tracerv.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sim/firesim-lib/src/main/cc/bridges/tracerv.cc b/sim/firesim-lib/src/main/cc/bridges/tracerv.cc index e05dbf03..9e2be3fc 100644 --- a/sim/firesim-lib/src/main/cc/bridges/tracerv.cc +++ b/sim/firesim-lib/src/main/cc/bridges/tracerv.cc @@ -159,7 +159,6 @@ void tracerv_t::tick() { if (outfull) { // TODO. as opt can mmap file and just load directly into it. pull(dma_addr, (char*)OUTBUF, QUEUE_DEPTH * 64); - // TODO: right now, we assume that if one tracefile is set, all are set. if (this->tracefiles[0]) { if (this->human_readable || this->test_output) { for (int i = 0; i < QUEUE_DEPTH * 8; i+=8) {