Skip to content

Commit 620baf4

Browse files
committed
nit: try throwing some NOLINTs at the problem
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 2e554f5 commit 620baf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/orfs/ram_8x7/ram_8x7_sim.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#include <gtest/gtest.h>
2+
// NOLINT
23
#include <verilated.h>
4+
// NOLINT
35
#include <verilated_vcd_c.h>
46

57
#include <cstdlib>
68
#include <string>
79

10+
// NOLINT
811
#include "Vram_8x7.h"
912

1013
namespace {
@@ -47,6 +50,7 @@ class Ram_8x7TestHarness
4750
// Now we're ready to pick up poked inputs on rising edge
4851
}
4952
};
53+
// NOLINT
5054
Ram_8x7TestHarness::~Ram_8x7TestHarness()
5155
{
5256
trace->close();

0 commit comments

Comments
 (0)