Skip to content

Commit 9ae16aa

Browse files
committed
nits
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 2a4390d commit 9ae16aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/orfs/ram_8x7/ram_8x7_sim.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
#include "Vram_8x7.h"
21
#include <gtest/gtest.h>
32
#include <verilated.h>
43
#include <verilated_vcd_c.h>
54

65
#include <cstdlib>
76
#include <string>
87

8+
#include "Vram_8x7.h"
9+
910
class Ram_8x7TestHarness
1011
{
1112
public:

0 commit comments

Comments
 (0)